Skip to content

Commit

Permalink
No v prefix for release tags (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Oct 13, 2023
1 parent b195752 commit 90cfc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_release_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
DESIRED_TAG=$1

source .version
MODULE_VERSION="v${MODULE_VERSION}"
MODULE_VERSION="${MODULE_VERSION}"

if [[ "$DESIRED_TAG" != "$MODULE_VERSION" ]]; then
echo "Tags mismatch: expected ${MODULE_VERSION}, got $DESIRED_TAG"
Expand Down

0 comments on commit 90cfc32

Please sign in to comment.