We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b670ceb commit 18f2ca9Copy full SHA for 18f2ca9
.github/workflows/publish.yml
@@ -29,3 +29,5 @@ jobs:
29
30
- name: Dry run publish with provenance
31
run: npm publish --provenance --access public
32
+ env:
33
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments