Skip to content

Commit

Permalink
fix: update NPM publish workflow to trigger on published releases
Browse files Browse the repository at this point in the history
  • Loading branch information
MasatoMakino committed Dec 23, 2024
1 parent f3e2dcd commit c556704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish to NPM
on:
release:
types: [created]
types: [published]
jobs:
npm-publish:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit c556704

Please sign in to comment.