Skip to content

Commit

Permalink
version tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phoepsilonix committed Apr 23, 2024
1 parent 460c50f commit 01f7846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
echo "tag_name=${TAG}" >> $GITHUB_OUTPUT
echo "tag_commit=$(git log -1 --pretty=%H $TAG)" >> $GITHUB_OUTPUT
else
TAG=${{ steps.variables.outputs.version }}
echo "tag_name=$(git describe --tags --always $TAG)" >> $GITHUB_OUTPUT
echo "tag_commit=$(git log -1 --pretty=%H $TAG)" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 01f7846

Please sign in to comment.