Files
cake-playground/.gitea/workflows/release.yaml
T
bs 5c3b21193e
CI / testsuite (push) Successful in 3m13s
CI / Coding Standard & Static Analysis (push) Failing after 4m10s
first commit
2026-09-15 02:04:11 -07:00

18 lines
234 B
YAML

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2