Compare commits
1 Commits
v0.7.2--0e
...
v0.7.2--ea
Author | SHA1 | Date | |
---|---|---|---|
ea79bd14c5
|
@@ -27,8 +27,8 @@ jobs:
|
||||
VERSION=$(grep '^version = "' Cargo.toml | sed -E 's/version = "([^"]+)"/\1/')
|
||||
PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10)
|
||||
BRANCH_REF="${{ gitea.ref }}"
|
||||
BRANCH_REF_NAME=${{ gitea.ref_name }}
|
||||
BRANCH_NAME=${{ gitea.ref_type }}
|
||||
BRANCH_REF_NAME="${{ gitea.ref_name }}"
|
||||
BRANCH_NAME="${{ gitea.ref_type }}"
|
||||
PROJECT_TAG_RELEASE="v$VERSION-$BRANCH_NAME-$PROJECT_COMMIT_HASH-111"
|
||||
|
||||
echo "::set-output name=project_tag_release::$PROJECT_TAG_RELEASE"
|
||||
|
Reference in New Issue
Block a user