tsk-73: Workflow fix
Some checks failed
Release Tagging / release (pull_request) Failing after 41s
Rust Build / Check (pull_request) Failing after 1m7s
Rust Build / Test Suite (pull_request) Successful in 37s
Rust Build / Rustfmt (pull_request) Failing after 8s
Rust Build / Clippy (pull_request) Successful in 46s
Rust Build / build (pull_request) Failing after 55s

This commit is contained in:
2025-10-18 21:21:00 -04:00
parent 19b785e010
commit 933c9b7f34

View File

@@ -26,8 +26,8 @@ jobs:
run: |
VERSION=$(grep '^version = "' Cargo.toml | sed -E 's/version = "([^"]+)"/\1/')
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
BRANCH_REF="${GITHUB_REF}"
BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3)
BRANCH_REF="${{ gitea.ref }}"
BRANCH_NAME=${{ gitea.ref_name }}
PROJECT_TAG_RELEASE="v$VERSION-$BRANCH_NAME-$PROJECT_COMMIT_HASH-111"
echo "::set-output name=project_tag_release::$PROJECT_TAG_RELEASE"