Skip to content

Commit 78dc50f

Browse files
committed
Use full gith hash for release names
1 parent b6f163f commit 78dc50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Compute tag name
5656
id: tag_name
5757
run: |
58-
git_hash=$(git rev-parse --short "$GITHUB_SHA")
58+
git_hash=$(git rev-parse "$GITHUB_SHA")
5959
echo "TAG_NAME=$git_hash" >> $GITHUB_OUTPUT
6060
6161
- name: Create tag

0 commit comments

Comments
 (0)