Skip to content

Commit

Permalink
chore: use qgit instead
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Oct 20, 2021
1 parent ec81d41 commit e690d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ if [ "null" == "${LAST_RELEASE_ID:-null}" ]; then
fi

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

# do we need to publish phar?
Expand Down

0 comments on commit e690d3b

Please sign in to comment.