Skip to content

Commit

Permalink
chore: add back NPM_PUBLISH_TOKEN next release action (#2878)
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 authored Jan 8, 2025
1 parent 88ed5e3 commit 9db27b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/next-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
run: yarn test:coverage
- name: Publish Next Release
run: GITHUB_SHORT_SHA="$(git rev-parse --short $GITHUB_SHA)" yarn release-next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 9db27b1

Please sign in to comment.