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 8c4c22f commit 5e86f4fCopy full SHA for 5e86f4f
.github/workflows/CI.yaml
@@ -76,7 +76,7 @@ jobs:
76
- name: Publish
77
if: ${{ success() && runner.os == 'Linux' && github.event_name == 'push' && github.ref == 'refs/heads/main'}}
78
run: |
79
- yarn config set npmAuthToken 123
+ yarn config set npmAuthToken $NODE_AUTH_TOKEN
80
yarn publish --tag next --no-git-tag-version --prepatch --preid "$(git rev-parse --short HEAD)"
81
env:
82
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments