Skip to content

Commit 247c08e

Browse files
committed
fix: junk semicolon
1 parent a96764d commit 247c08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

please

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ if [ "null" == "${LAST_RELEASE_ID:-null}" ]; then
364364
fi
365365

366366
ok " Done (https://github.com/$REPO/releases/tag/$NEXT_VERSION)"
367-
git tag -a "$NEXT_VERSION" HEAD -m "$VERSION_INFO" && echo "Created tag $NEXT_VERSION"; || true
367+
git tag -a "$NEXT_VERSION" HEAD -m "$VERSION_INFO" && echo "Created tag $NEXT_VERSION" || true
368368
trigger after-release
369369

370370
# do we need to publish phar?

0 commit comments

Comments
 (0)