Skip to content

Commit 3c2a564

Browse files
authored
Merge pull request #164 from base-org/fix-release-workflow
Pull npm secret
2 parents 0a25e0b + 59e901c commit 3c2a564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pnpm build
3131

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

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

0 commit comments

Comments
 (0)