We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f163f commit 78dc50fCopy full SHA for 78dc50f
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Compute tag name
56
id: tag_name
57
run: |
58
- git_hash=$(git rev-parse --short "$GITHUB_SHA")
+ git_hash=$(git rev-parse "$GITHUB_SHA")
59
echo "TAG_NAME=$git_hash" >> $GITHUB_OUTPUT
60
61
- name: Create tag
0 commit comments