We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ed5e3 commit 9db27b1Copy full SHA for 9db27b1
.github/workflows/next-release.yml
@@ -35,3 +35,5 @@ jobs:
35
run: yarn test:coverage
36
- name: Publish Next Release
37
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