Skip to content

Commit 5d1e7d8

Browse files
authored
Finish setting up NPM trusted publishing
1 parent d9a116c commit 5d1e7d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
run: pnpm packages
5151

5252
- name: Publish packages 🥳
53-
run: pnpm -r publish --access public --provenance --no-git-checks --tag $NPM_TAG
53+
run: pnpm -r publish --access public --no-git-checks --tag $NPM_TAG
5454
env:
55-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5655
NPM_TAG: "${{ contains(steps.packageVersion.outputs.PACKAGE_VERSION, 'beta') && 'next' || 'latest' }}"

0 commit comments

Comments
 (0)