Skip to content

Commit

Permalink
Change trigger from 'created' to 'published'
Browse files Browse the repository at this point in the history
  • Loading branch information
jjxxs authored and Joscha Behrmann committed Sep 17, 2023
1 parent ba1fca6 commit d9bacd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create and publish github package

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

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create and publish npm package

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

jobs:
build:
Expand Down

0 comments on commit d9bacd0

Please sign in to comment.