Skip to content

Commit

Permalink
fix: Use 1.1.x build in 1.1.x nightly build (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin authored Dec 31, 2024
1 parent 9596ea4 commit 8396106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-1.1-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
fetch-depth: 0
fetch-tags: true
ref: 1.0.x
ref: 1.1.x

- name: Setup Java 11
uses: actions/setup-java@v4
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
ref: 1.0.x
ref: 1.1.x

- name: Setup Java ${{ matrix.javaVersion }}
uses: actions/setup-java@v4
Expand Down

0 comments on commit 8396106

Please sign in to comment.