From 147a0fca06056528cd6be1232015823421f34b96 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 11 Feb 2021 20:17:11 +0100 Subject: [PATCH] Fix --- .github/workflows/ci-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index cbc8664cd6..78ee7504c7 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -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