Skip to content

Commit

Permalink
Fix maven-release action check for sonatype error
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Feb 23, 2024
1 parent fc03fcc commit f4d3bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/maven-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
goal="install"
fi
mvn -B -U -V -ntp -P release -DstagingProgressTimeoutMinutes=15 clean $goal | tee release.log
mvn -B -U -V -ntp -P release -DstagingProgressTimeoutMinutes=15 clean $goal 2>&1 | tee release.log
code=${PIPESTATUS[0]}
marker1="Remote staging repositories are being released"
Expand Down

0 comments on commit f4d3bcd

Please sign in to comment.