This commit is contained in:
Norman Maurer 2021-02-11 20:17:11 +01:00
parent 5a97d4410a
commit 147a0fca06
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: main
ref: 4.1_copy
- name: Set up JDK 8
uses: actions/setup-java@v1
@ -140,7 +140,7 @@ jobs:
working-directory: ./prepare-release-workspace/
if: ${{ failure() }}
# Rollback the release in case of an failure
run: bash ./.github/scripts/release_rollback.sh release.properties netty/netty-tcnative main
run: bash ./.github/scripts/release_rollback.sh release.properties netty/netty 4.1_copy
deploy-staged-release:
runs-on: ubuntu-18.04
@ -207,4 +207,4 @@ jobs:
working-directory: ./prepare-release-workspace/
if: ${{ failure() }}
# Rollback the release in case of an failure
run: bash ./.github/scripts/release_rollback.sh release.properties netty/netty-tcnative main
run: bash ./.github/scripts/release_rollback.sh release.properties netty/netty 4.1_copy