Skip to content

Commit

Permalink
#9243 - fixed build_push-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed Nov 16, 2023
1 parent c83d2d5 commit dded64d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout tag
uses: actions/checkout@v4
with:
ref: 'master' #V1_6_6

- name: Set up JDK 11
- uses: actions/setup-java@v2
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
Expand Down

0 comments on commit dded64d

Please sign in to comment.