feat: add release job
All checks were successful
Cog release / Create release (push) Successful in 9s

This commit is contained in:
2026-01-04 02:23:22 +02:00
parent cd9815dfb3
commit b9f9f87068
2 changed files with 12 additions and 3 deletions

View File

@@ -1,9 +1,6 @@
--- ---
name: Cog release name: Cog release
on: on:
push:
branches:
- main
workflow_call: workflow_call:
inputs: inputs:
ref: ref:

View File

@@ -0,0 +1,12 @@
---
name: Cog release
on:
push:
branches:
- main
jobs:
release:
name: Create release
runs-on: ubuntu-latest
uses: ./.gitea/workflows/cog-release.yml