Skip to content

Commit

Permalink
fix: publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Anut-py committed Feb 22, 2024
1 parent c6ee691 commit 3ec634e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: publish
on: release
on:
release:
types: [published]
jobs:
publish:
name: Publish ${{github.ref_name}} on Hackage
Expand Down

0 comments on commit 3ec634e

Please sign in to comment.