Skip to content

Commit 78be725

Browse files
committed
remove NODE_AUTH_TOKEN
1 parent 4a8799f commit 78be725

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ jobs:
8484
pnpm version $new_version-rc${{ steps.metadata.outputs.commit }} --no-git-tag-version
8585
- name: Build & Publish
8686
id: release
87-
env:
88-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8987
run: |
9088
pnpm publish --tag ${{ fromJSON('["pr", "latest"]')[github.ref == 'refs/heads/main'] }} --no-git-checks
9189
new_version=$(node -e "console.log(require('./package.json').version);")

0 commit comments

Comments
 (0)