Skip to content

GA(deps): Bump actions/cache from 3 to 4 (#23) #3

GA(deps): Bump actions/cache from 3 to 4 (#23)

GA(deps): Bump actions/cache from 3 to 4 (#23) #3

Workflow file for this run

name: publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cabal check
- uses: sol/haskell-autotag@v1
id: autotag
with:
prefix: v
- run: cabal sdist
- uses: haskell-actions/[email protected]
with:
hackageToken: ${{ secrets.HACKAGE_AUTH_TOKEN }}
publish: true
if: steps.autotag.outputs.created