colonnade/.github/workflows/release.yaml
Brian McKeon f3db03012d Prepare 1.2.0.3 release.
Removed other subprojects.
Reformatted.
Use new .github workflows.
Updated package metadata.
2024-03-06 21:23:42 -05:00

11 lines
157 B
YAML

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