tsk-73: Might fix the issue
All checks were successful
Rust Build / Check (pull_request) Successful in 49s
Release Tagging / release (pull_request) Successful in 56s
Rust Build / Test Suite (pull_request) Successful in 39s
Rust Build / Rustfmt (pull_request) Successful in 45s
Rust Build / build (pull_request) Successful in 37s
Rust Build / Clippy (pull_request) Successful in 42s

This commit is contained in:
2025-10-18 21:30:20 -04:00
parent 0edda1a23f
commit ea79bd14c5

View File

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