File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616#
1717set -e
1818
19- TAG=$( grep scm.tag= release.properties | cut -d' =' -f2)
19+ TAG=$( grep scm.tag= r2dbc-mysql/ release.properties | cut -d' =' -f2)
2020git remote set-url origin git@github.com:asyncer-io/r2dbc-mysql.git
2121git fetch
2222git checkout " $1 "
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 working-directory : ./prepare-workspace/
129129 run : |
130130 cat <(echo -e "${{ secrets.GPG_PRIVATE_KEY }}") | gpg --batch --import
131- ./mvnw -B -ntp -am -pl r2dbc-mysql clean javadoc:jar package gpg:sign org.sonatype.plugins:nexus-staging-maven-plugin:deploy -DnexusUrl=https://s01.oss.sonatype.org -DserverId=ossrh-staging -DaltStagingDirectory=/home/runner/local-staging -DskipRemoteStaging=true -DskipTests=true -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" -Dgpg.keyname="${{ secrets.GPG_KEY_NAME }}"
131+ ./mvnw -B -ntp -am -pl r2dbc-mysql clean javadoc:jar package gpg:sign org.sonatype.plugins:nexus-staging-maven-plugin:deploy -DnexusUrl=https://s01.oss.sonatype.org -DserverId=ossrh-staging -DaltStagingDirectory=/home/runner/local-staging -DskipRemoteStaging=true -DskipTests=true -Dcheckstyle.skip - Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}" -Dgpg.keyname="${{ secrets.GPG_KEY_NAME }}"
132132
133133 - name : Prepare Internal Dependencies
134134 run : ./mvnw -B -ntp -pl build-tools clean install -DskipTests -Dcheckstyle.skip
@@ -141,5 +141,5 @@ jobs:
141141 - name : Rollback Release
142142 working-directory : ./prepare-workspace/
143143 if : ${{ failure() }}
144- run : ./.github/scripts/release_rollback.sh
144+ run : ./.github/scripts/release_rollback.sh trunk
145145
You can’t perform that action at this time.
0 commit comments