Skip to content

Commit

Permalink
fix: update onRelease workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed Jan 10, 2023
1 parent a171c32 commit acc3aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# when a github release happens, publish an npm package,
on:
release:
types: [released]
types: [published]
# support manual release
workflow_dispatch:
inputs:
Expand Down

0 comments on commit acc3aa9

Please sign in to comment.