We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053a80e commit 3c165c7Copy full SHA for 3c165c7
1 file changed
.github/workflows/snapshot.yml
@@ -79,3 +79,5 @@ jobs:
79
80
- name: Publish packages as beta
81
run: pnpm publish -r --tag beta --no-git-checks --registry ${{ inputs.registry }}
82
+ env:
83
+ NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
0 commit comments