Skip to content

Commit 375b56c

Browse files
authored
Update publish.yml
1 parent c5f6243 commit 375b56c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish to NPM
22
on:
33
release:
44
types: [published]
5+
workflow_dispatch:
56

67
permissions:
78
contents: write
@@ -28,4 +29,4 @@ jobs:
2829
- name: Publish package on NPM 📦
2930
run: npm publish --access public --tag latest
3031
env:
31-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)