I've tried several ways to skip ci but it doesn't work.
git tag -a $NEXT_TAG -m "Bump version --skip-ci"
git tag -a $NEXT_TAG -m "Bump version [skip ci]"
Please help me out, thanks.
Skipping builds triggered from tags is currently not supported by Codeship.