Skip to content

Commit 1cedf73

Browse files
authored
Update release.yml
1 parent be8858d commit 1cedf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
echo "-- Setting new release version ${NEW_VERSION} for ${REPO_NAME} --"
3535
mvn -B versions:set -DnewVersion="${NEW_VERSION}" -DgenerateBackupPoms=false
3636
echo "-- Build, test and deploy release to GPR --"
37-
mvn -B --settings .m2/settings.xml clean deploy -Dmaven.wagon.http.pool=false
37+
mvn -B --settings .github/.m2/settings.xml clean deploy -Dmaven.wagon.http.pool=false

0 commit comments

Comments
 (0)