Skip to content

Commit

Permalink
Fix release branch checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Aug 7, 2024
1 parent 2097db1 commit c164131
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
outputs:
image-matrix: ${{ steps.images.outputs.matrix }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}

- id: images
run: |
IMAGES=$(echo ${{ inputs.images }} | sed -n 's/server/server-openjdk/p')
Expand All @@ -83,7 +79,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}
ref: ${{ inputs.branch }}
repository: ${{ inputs.repository }}

- name: Install CEKit
Expand Down Expand Up @@ -154,7 +150,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}
ref: ${{ inputs.branch }}
repository: ${{ inputs.repository }}

- name: Download Patches
Expand Down

0 comments on commit c164131

Please sign in to comment.