Skip to content

Commit 8396106

Browse files
authored
fix: Use 1.1.x build in 1.1.x nightly build (#1648)
1 parent 9596ea4 commit 8396106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-1.1-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
8282
fetch-depth: 0
8383
fetch-tags: true
84-
ref: 1.0.x
84+
ref: 1.1.x
8585

8686
- name: Setup Java 11
8787
uses: actions/setup-java@v4
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
fetch-depth: 0
134134
fetch-tags: true
135-
ref: 1.0.x
135+
ref: 1.1.x
136136

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

0 commit comments

Comments
 (0)