Skip to content

Commit

Permalink
Merge pull request #164 from base-org/fix-release-workflow
Browse files Browse the repository at this point in the history
Pull npm secret
  • Loading branch information
zencephalon authored Nov 6, 2023
2 parents 0a25e0b + 59e901c commit 3c2a564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pnpm build

- name: Set deployment token
run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
run: npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}"

# https://github.com/changesets/action#with-publishing
- name: Handle Release Pull Request or Publish to npm
Expand Down

0 comments on commit 3c2a564

Please sign in to comment.