mirror of
https://github.com/byteverse/colonnade.git
synced 2026-01-11 23:08:30 +01:00
Removed other subprojects. Reformatted. Use new .github workflows. Updated package metadata.
11 lines
157 B
YAML
11 lines
157 B
YAML
name: release
|
|
on:
|
|
push:
|
|
tags:
|
|
- "*"
|
|
|
|
jobs:
|
|
call-workflow:
|
|
uses: byteverse/.github/.github/workflows/release.yaml@main
|
|
secrets: inherit
|