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 a96764d commit 247c08eCopy full SHA for 247c08e
please
@@ -364,7 +364,7 @@ if [ "null" == "${LAST_RELEASE_ID:-null}" ]; then
364
fi
365
366
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
+git tag -a "$NEXT_VERSION" HEAD -m "$VERSION_INFO" && echo "Created tag $NEXT_VERSION" || true
368
trigger after-release
369
370
# do we need to publish phar?
0 commit comments