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 acea6cc commit ab25bb1Copy full SHA for ab25bb1
.github/workflows/release.yml
@@ -82,7 +82,7 @@ jobs:
82
echo "PATCH_VERSION=$patch_version" >> $GITHUB_OUTPUT
83
short_version="$major_version.$minor_version"
84
echo "SHORT_VERSION=$short_version" >> $GITHUB_OUTPUT
85
- commit_sha=$(git rev-parse $latest_tag)
+ commit_sha=$(git rev-list -n 1 $latest_tag)
86
echo "COMMIT_SHA=$commit_sha" >> $GITHUB_OUTPUT
87
- name: Show version
88
run: |
0 commit comments