Skip to content

Commit

Permalink
chore: Use the "released" type of release instead of "published".
Browse files Browse the repository at this point in the history
Apparently the latter doesn't work.
  • Loading branch information
iphydf committed Dec 25, 2021
1 parent b998d09 commit 6357686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [master]
release:
types: [published]
types: [released]

jobs:
hackage:
Expand Down

0 comments on commit 6357686

Please sign in to comment.