Skip to content

Update cabal project #2

Update cabal project

Update cabal project #2

Workflow file for this run

name: Release the lib to Hackage
on:
push:
branches:
- supermajor
- major
- minor
- patch
concurrency:
group: release
cancel-in-progress: false
jobs:
release:
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/release-stage.yaml@main
secrets: inherit
with:
prefix-tag-with-v: false