Skip to content

Commit 60cac2b

Browse files
committed
ci: disable npmjs publishing
1 parent f6b64ae commit 60cac2b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
- name: yarn test
3131
run: yarn test
3232

33-
- name: yarn publish
33+
- name: '[deprecated] yarn publish'
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}
36-
run: yarn publish --access public
36+
run: |
37+
echo "::notice file=.github/workflows/release.yml,line=35,col=40,endColumn=51::Classic token were revoked in December 2025."
3738
3839
- name: version
3940
id: version

0 commit comments

Comments
 (0)