Skip to content

Commit

Permalink
Merge pull request #20 from ddebeau/fix/release-automation
Browse files Browse the repository at this point in the history
Switch from created to publish since created isn't working
  • Loading branch information
ddebeau authored May 30, 2021
2 parents 931e4c7 + f710435 commit 9b8aa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release
on:
release:
types: [created]
types: [published]
jobs:
release:
environment: release
Expand Down

0 comments on commit 9b8aa81

Please sign in to comment.