Skip to content

Commit

Permalink
Update .github/workflows/publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Jul 11, 2024
1 parent edaef11 commit 1341fcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: publish

permissions:
contents: write

on:
push:
branches:
Expand All @@ -19,6 +22,7 @@ jobs:
prefix: null

- run: cabal sdist

- uses: haskell-actions/[email protected]
with:
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
Expand Down

0 comments on commit 1341fcf

Please sign in to comment.