Skip to content

Commit 493f574

Browse files
committed
enable auto npm publish on tag github action
1 parent 1853f90 commit 493f574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
3434

3535
- name: Publish to NPM
36-
run: npm publish --dry-run
36+
run: npm publish
3737
working-directory: ./npm

0 commit comments

Comments
 (0)