bytebuild/.github/workflows/release.yaml
Brian McKeon bfedcbbabc
Prepare release 0.3.16.2.
Use new .github workflows.
Restore import statement for liftA2 to fix build for GHC 9.4.
2024-02-06 19:15:26 -05:00

10 lines
157 B
YAML

name: release
on:
push:
tags:
- "*"
jobs:
call-workflow:
uses: byteverse/.github/.github/workflows/release.yaml@main
secrets: inherit