Skip to content

Commit c4552f0

Browse files
committed
fix: remove npm token
1 parent a380cd6 commit c4552f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151
if: github.ref == 'refs/heads/develop'
5252
run: |
5353
GITHUB_SHORT_SHA="$(git rev-parse --short $GITHUB_SHA)" yarn release-next
54-
env:
55-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
5654
5755
- name: Publish Release (main)
5856
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)