We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f6243 commit 375b56cCopy full SHA for 375b56c
.github/workflows/publish.yml
@@ -2,6 +2,7 @@ name: Publish to NPM
2
on:
3
release:
4
types: [published]
5
+ workflow_dispatch:
6
7
permissions:
8
contents: write
@@ -28,4 +29,4 @@ jobs:
28
29
- name: Publish package on NPM 📦
30
run: npm publish --access public --tag latest
31
env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments