Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
ci: removed extra v charater
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed May 14, 2023
1 parent e8405be commit 4870e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if git rev-parse "v$VERSION" >/dev/null 2>&1; then
echo "Tag v$VERSION already exists, skipping tag creation."
else
git tag "v$VERSION"
git tag "$VERSION"
git push --tags
fi
fi
Expand Down

0 comments on commit 4870e27

Please sign in to comment.