Skip to content

Commit b51b545

Browse files
authored
Merge pull request #833 from danforthcenter/fix-github-action-on-release
Trigger GitHub Actions deployment workflow when a release is published
2 parents b62b15f + 8e7f783 commit b51b545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: deploy
55

66
on:
77
release:
8-
types: [created]
8+
types: [published]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)