2 Commits

Author SHA1 Message Date
Lukas Greve
172cf52bea another test
Some checks failed
make-a-release / release (push) Failing after 13s
2025-11-17 16:14:28 +01:00
Lukas Greve
4f475d321f fix
All checks were successful
make-a-release / release (push) Successful in 10s
2025-11-17 15:58:28 +01:00

View File

@@ -4,7 +4,7 @@ on:
push:
tags:
- "v*.*.*"
jobs:
release:
runs-on: fedora-cloud-42
@@ -22,11 +22,12 @@ jobs:
- name: Build
run: echo ${{ github.sha }} > Release.txt
- name: Test
run: cat Release.txt
- name: Release
- uses: https://git.phyllo.me/devops/action-gh-release@v2
uses: https://git.phyllo.me/devops/action-gh-release@v2
if: github.ref_type == 'tag'
with:
files: Release.txt
generate_release_notes: true