We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8858d commit 1cedf73Copy full SHA for 1cedf73
.github/workflows/release.yml
@@ -34,4 +34,4 @@ jobs:
34
echo "-- Setting new release version ${NEW_VERSION} for ${REPO_NAME} --"
35
mvn -B versions:set -DnewVersion="${NEW_VERSION}" -DgenerateBackupPoms=false
36
echo "-- Build, test and deploy release to GPR --"
37
- mvn -B --settings .m2/settings.xml clean deploy -Dmaven.wagon.http.pool=false
+ mvn -B --settings .github/.m2/settings.xml clean deploy -Dmaven.wagon.http.pool=false
0 commit comments