Skip to content

Commit

Permalink
Fix the create releae
Browse files Browse the repository at this point in the history
  • Loading branch information
yorevs committed Dec 6, 2024
1 parent a7c00f9 commit 9d69435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if [[ "${GITHUB_REF_TYPE}" == "tag" ]]; then
TAG_NAME="${GITHUB_REF#refs/tags/}"
else
TAG_NAME="$(git tag | tail -n1)"
TAG_NAME="$(git tag | tail -n 1)"
if [[ -z "${TAG_NAME}" ]]; then
echo "No tags found: ${TAG_NAME}"
exit 1
Expand Down

0 comments on commit 9d69435

Please sign in to comment.