bfedcbbabc
Use new .github workflows. Restore import statement for liftA2 to fix build for GHC 9.4.
10 lines
157 B
YAML
10 lines
157 B
YAML
name: release
|
|
on:
|
|
push:
|
|
tags:
|
|
- "*"
|
|
|
|
jobs:
|
|
call-workflow:
|
|
uses: byteverse/.github/.github/workflows/release.yaml@main
|
|
secrets: inherit
|