Skip to content

Commit 5e86f4f

Browse files
Revert "Update CI.yaml (#1101)"
This reverts commit 8c4c22f.
1 parent 8c4c22f commit 5e86f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Publish
7777
if: ${{ success() && runner.os == 'Linux' && github.event_name == 'push' && github.ref == 'refs/heads/main'}}
7878
run: |
79-
yarn config set npmAuthToken 123
79+
yarn config set npmAuthToken $NODE_AUTH_TOKEN
8080
yarn publish --tag next --no-git-tag-version --prepatch --preid "$(git rev-parse --short HEAD)"
8181
env:
8282
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)