Skip to content

Commit

Permalink
Update npm-publish.yml (#276)
Browse files Browse the repository at this point in the history
Changes action hook from "created" to "published"
  • Loading branch information
ryanio authored Jun 7, 2023
1 parent 16cb805 commit 29c2c97
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
Expand Up @@ -5,7 +5,7 @@ name: Node.js Package

on:
release:
types: [created]
types: [published]

jobs:
publish-npm:
Expand Down

0 comments on commit 29c2c97

Please sign in to comment.