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 465be37 commit 8f9a21bCopy full SHA for 8f9a21b
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
echo "Git tag: $RELEASE_VERSION"
36
echo "Pom version: $POM_VERSION"
37
38
- if [ "${RELEASE_VERSION-SNAPSHOT}" != "$POM_VERSION" ]; then
+ if [ "${RELEASE_VERSION}-SNAPSHOT" != "$POM_VERSION" ]; then
39
echo "Error: Git tag ($RELEASE_VERSION) does not match pom.xml version ($POM_VERSION)"
40
exit 1
41
fi
0 commit comments