We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a14216 commit e8db1d6Copy full SHA for e8db1d6
.github/workflows/release.yml
@@ -43,4 +43,4 @@ jobs:
43
run: |
44
git config user.email "[email protected]"
45
git config user.name "GitHub Actions release"
46
- mvn --settings .m2/settings.xml release:rollback
+ mvn -T4 --settings .m2/settings.xml release:rollback
0 commit comments