Skip to content

Commit eb4ddff

Browse files
Fix release flow
1 parent 4c3f1e9 commit eb4ddff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "Git tag: $RELEASE_VERSION"
3636
echo "Pom version: $POM_VERSION"
3737
38-
if [ "$RELEASE_VERSION" != "$POM_VERSION" ]; then
38+
if [ "${RELEASE_VERSION}-SNAPSHOT" != "$POM_VERSION" ]; then
3939
echo "Error: Git tag ($RELEASE_VERSION) does not match pom.xml version ($POM_VERSION)"
4040
exit 1
4141
fi

0 commit comments

Comments
 (0)