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 4c3f1e9 commit eb4ddffCopy full SHA for eb4ddff
.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" != "$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