Skip to content

Commit

Permalink
fixing audit module releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed Nov 24, 2023
1 parent 3cf71af commit b06a5d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/run-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,7 @@ if [[ $ROR_TASK == "publish_artifacts" ]] && [[ $TRAVIS_BRANCH == "master" ]] ;

if [[ $CURRENT_PLUGIN_VER == $PUBLISHED_PLUGIN_VER ]]; then
echo ">>> Publishing audit module artifacts to sonatype repo"
./gradlew publish
./gradlew closeAndReleaseSonatypeStagingRepository
./gradlew publish closeAndReleaseSonatypeStagingRepository
else
echo ">>> Skipping publishing audit module artifacts"
fi
Expand Down

0 comments on commit b06a5d3

Please sign in to comment.