File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #! /usr/bin/env bash
1+ #! /usr/bin/bash
22set -e
33git config --global --add safe.directory $( pwd)
44# avoid the release loop by checking if the latest commit is a release commit
4848
4949# Do the release
5050echo " Do mvn release:prepare with settings $MAVEN_SETTINGS_OPTION and arguments $MAVEN_ARGS "
51- mvnw -Dusername=$GITHUB_ACCESS_TOKEN release:prepare -s $GITHUB_WORKSPACE /settings.xml -B -Darguments=" $MAVEN_ARGS "
51+ ./ mvnw -Dusername=$GITHUB_ACCESS_TOKEN release:prepare -s $GITHUB_WORKSPACE /settings.xml -B -Darguments=" $MAVEN_ARGS "
5252
5353echo " Do mvn release:perform with arguments $MAVEN_ARGS "
54- mvnw release:perform -s $GITHUB_WORKSPACE /settings.xml -B -Darguments=" $MAVEN_ARGS "
54+ ./ mvnw release:perform -s $GITHUB_WORKSPACE /settings.xml -B -Darguments=" $MAVEN_ARGS "
5555
You can’t perform that action at this time.
0 commit comments