We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb41951 commit 7b73a60Copy full SHA for 7b73a60
.github/publish-maven.sh
@@ -34,7 +34,7 @@ cd maven-java
34
MVN_SETTINGS_FILE="$HOME/.m2/settings.xml"
35
mkdir -p "$(dirname "$MVN_SETTINGS_FILE")"
36
37
-if [ -f "$XML_FILE" ]; then
+if [ -f "$MVN_SETTINGS_FILE" ]; then
38
echo "⚙️ Settings file found. Merging publishing configuration..."
39
xmlstarlet ed -L \
40
-s /settings -t elem -n servers -v "" \
0 commit comments