Skip to content

Commit 9db27b1

Browse files
authored
chore: add back NPM_PUBLISH_TOKEN next release action (#2878)
1 parent 88ed5e3 commit 9db27b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/next-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ jobs:
3535
run: yarn test:coverage
3636
- name: Publish Next Release
3737
run: GITHUB_SHORT_SHA="$(git rev-parse --short $GITHUB_SHA)" yarn release-next
38+
env:
39+
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)