fix: Use 1.1.x build in 1.1.x nightly build (#1648)
This commit is contained in:
parent
9596ea4c18
commit
8396106081
1 changed files with 2 additions and 2 deletions
4
.github/workflows/nightly-1.1-builds.yml
vendored
4
.github/workflows/nightly-1.1-builds.yml
vendored
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue