Synvael/.forgejo/workflows/release.yml
Serkyo 4710f5f57b
Some checks are pending
CI / Rust Check & Lint (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Lua Lint & Format (push) Waiting to run
CI / LFS Pointer Guard (push) Waiting to run
ci: migrate workflows to forgejo
2026-08-07 00:23:48 +02:00

25 lines
424 B
YAML

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
create-release:
name: Create GitHub Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
lfs: true
- name: Create Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true