mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-26 20:12:09 +03:00
22 lines
374 B
YAML
22 lines
374 B
YAML
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@v1.0.0
|
|
secrets: inherit
|
|
with:
|
|
prefix-tag-with-v: false
|