Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update npmpublish.yml
Browse files Browse the repository at this point in the history
Change event from created to published
  • Loading branch information
hckhanh authored Nov 13, 2019
1 parent 86a1f80 commit 586cabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish NPM Package

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

jobs:
build:
Expand Down

0 comments on commit 586cabb

Please sign in to comment.