Compare commits

..

2 Commits

Author SHA1 Message Date
Ferdinand Schober
a716e195ed fix short-sha 2026-06-11 16:54:33 +02:00
Ferdinand Schober
151792db31 include commit hash in pre-release
this solves the "create new release" issue as well as tag conflicts with
branch name
2026-06-11 16:49:32 +02:00

View File

@@ -175,7 +175,6 @@ 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/') }}