Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
fix: skip setting up of npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
prescottprue committed Feb 23, 2024
1 parent 44c7a84 commit 6fabfbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
- name: Configure package manager
run: |
echo Configuring NPM_TOKEN globally for .npmrc
npm config set '//registry.npmjs.org/:_authToken' ${{ env.NPM_TOKEN }}
npm set @reside-eng:registry "https://npm.pkg.github.com"
npm config set '//npm.pkg.github.com/:_authToken' $GITHUB_TOKEN
yarn config set npmAuthToken ${{ env.NPM_TOKEN }}
npm whoami
env:
Expand Down Expand Up @@ -67,7 +64,7 @@ jobs:
with:
semantic_version: ^18
extra_plugins: |
@side/semantic-config-base"
@side/semantic-config-base
branches: |
[
'+([0-9])?(.{+([0-9]),x}).x',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"files": [
"dist"
],
Expand Down

0 comments on commit 6fabfbe

Please sign in to comment.