hasql/.github/workflows/release.yaml

22 lines
374 B
YAML
Raw Normal View History

2023-10-13 01:59:59 +03:00
name: Release the lib to Hackage
on:
push:
branches:
- supermajor
- major
- minor
- patch
concurrency:
group: release
cancel-in-progress: false
jobs:
release:
2023-10-13 04:00:30 +03:00
uses: nikita-volkov/haskell-hackage-lib-github-actions-workflows/.github/workflows/release-stage.yaml@v1.0.0
2023-10-13 01:59:59 +03:00
secrets: inherit
with:
prefix-tag-with-v: false