fix
All checks were successful
make-a-release / release (push) Successful in 10s

This commit is contained in:
Lukas Greve
2025-11-17 15:58:28 +01:00
parent 0c8c412fd1
commit 4f475d321f

View File

@@ -4,7 +4,7 @@ on:
push: push:
tags: tags:
- "v*.*.*" - "v*.*.*"
jobs: jobs:
release: release:
runs-on: fedora-cloud-42 runs-on: fedora-cloud-42
@@ -22,11 +22,12 @@ jobs:
- name: Build - name: Build
run: echo ${{ github.sha }} > Release.txt run: echo ${{ github.sha }} > Release.txt
- name: Test - name: Test
run: cat Release.txt run: cat Release.txt
- name: Release - 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' if: github.ref_type == 'tag'
with: with:
files: Release.txt files: Release.txt