Skip to content

Commit f393163

Browse files
committed
GHA Set versions and tags
1 parent a99ad6a commit f393163

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build-linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,15 @@ jobs:
227227
uses: softprops/action-gh-release@v1
228228
id: tsrelease-linux-x64
229229
with:
230-
body: Build of OpenJDK 21.0.8 with Two Sigma's JGSS enhancements
230+
body: Build of OpenJDK 22.0.0 with Two Sigma's JGSS enhancements
231231
draft: false
232232
prerelease: false
233-
tag_name: ts-jgss-jdk21.0.8-linux-x64
233+
tag_name: ts-jgss-jdk22.0.0-linux-x64
234234
files: |
235235
releases-bundles.tar
236-
target_commitish: ts-jgss-jdk-21.0.8-ga
236+
target_commitish: ts-jgss-jdk-22.0.0-ga
237237
generate_release_notes: false
238-
name: ts-jgss-jdk21.0.8-linux-x64
238+
name: ts-jgss-jdk22.0.0-linux-x64
239239

240240
- name: 'Upload bundles'
241241
uses: ./.github/actions/upload-bundles

.github/workflows/build-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,15 @@ jobs:
188188
uses: softprops/action-gh-release@v1
189189
id: tsrelease-windows-x64
190190
with:
191-
body: Build of OpenJDK 21.0.8 with Two Sigma's JGSS enhancements
191+
body: Build of OpenJDK 22.0.0 with Two Sigma's JGSS enhancements
192192
draft: false
193193
prerelease: false
194-
tag_name: ts-jgss-jdk21.0.8-windows-x64
194+
tag_name: ts-jgss-jdk22.0.0-windows-x64
195195
files: |
196196
releases-bundles.tar
197-
target_commitish: ts-jgss-jdk-21.0.8-ga
197+
target_commitish: ts-jgss-jdk-22.0.0-ga
198198
generate_release_notes: false
199-
name: ts-jgss-jdk21.0.8-windows-x64
199+
name: ts-jgss-jdk22.0.0-windows-x64
200200

201201
- name: 'Upload bundles'
202202
uses: ./.github/actions/upload-bundles

0 commit comments

Comments
 (0)