Compare commits

..

3 Commits

Author SHA1 Message Date
Ferdinand Schober
7ef43418c9 fix output name 2026-06-11 17:27:04 +02:00
Ferdinand Schober
8f32b7fe96 fix short-sha 2026-06-11 16:55:33 +02:00
Ferdinand Schober
02ac0bf220 include commit hash in pre-release (#456)
this solves the "create new release" issue as well as tag conflicts with
branch name
2026-06-11 16:50:04 +02:00

View File

@@ -175,6 +175,7 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@v4
- name: Get short SHA
id: vars
run: echo "short_sha=${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
- name: Create Pre-Release
if: ${{ !startsWith(github.ref, 'refs/tags/') }}