update pipline
/ build_and_publish (release) Failing after 26s

This commit is contained in:
Christoph Brandau
2025-08-11 17:16:27 +02:00
parent c25bf79427
commit 9d5ef23162
+4 -1
View File
@@ -5,8 +5,11 @@ jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- name: Checkout branch from release
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.target_commitish }}
fetch-depth: 0
- name: GitHub Tag Name example
run: |
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"