fix: Use 1.1.x build in 1.1.x nightly build (#1648)

This commit is contained in:
He-Pin(kerr) 2024-12-31 18:09:15 +08:00 committed by GitHub
parent 9596ea4c18
commit 8396106081
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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