Skip to content

Commit

Permalink
ci: Update to publish npm on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Ardecky committed Aug 6, 2020
1 parent 719da2b commit 65442f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Publish to NPM
# only run when a release has been "published"
on:
release:
types: [published]
types: [released]

jobs:

Expand Down

0 comments on commit 65442f3

Please sign in to comment.