Skip to content

Commit b37d9c4

Browse files
committed
GHA: Update release versions
1 parent 3459b6e commit b37d9c4

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
@@ -190,15 +190,15 @@ jobs:
190190
uses: softprops/action-gh-release@v1
191191
id: tsrelease-linux-x64
192192
with:
193-
body: Build of OpenJDK 21.0.2 with Two Sigma's JGSS enhancements
193+
body: Build of OpenJDK 22+36 with Two Sigma's JGSS enhancements
194194
draft: false
195195
prerelease: false
196-
tag_name: ts-jgss-jdk21.0.2-linux-x64
196+
tag_name: ts-jgss-jdk22+36-linux-x64
197197
files: |
198198
releases-bundles.tar
199-
target_commitish: ts-jgss-jdk-21.0.2-ga
199+
target_commitish: ts-jgss-jdk-22+36-ga
200200
generate_release_notes: false
201-
name: ts-jgss-jdk21.0.2-linux-x64
201+
name: ts-jgss-jdk22+36-linux-x64
202202

203203
- name: 'Upload bundles'
204204
uses: ./.github/actions/upload-bundles

.github/workflows/build-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ jobs:
187187
uses: softprops/action-gh-release@v1
188188
id: tsrelease-windows-x64
189189
with:
190-
body: Build of OpenJDK 21.0.2 with Two Sigma's JGSS enhancements
190+
body: Build of OpenJDK 22+36 with Two Sigma's JGSS enhancements
191191
draft: false
192192
prerelease: false
193-
tag_name: ts-jgss-jdk21.0.2-windows-x64
193+
tag_name: ts-jgss-jdk22+36-windows-x64
194194
files: |
195195
releases-bundles.tar
196-
target_commitish: ts-jgss-jdk-21.0.2-ga
196+
target_commitish: ts-jgss-jdk-22+36-ga
197197
generate_release_notes: false
198-
name: ts-jgss-jdk21.0.2-windows-x64
198+
name: ts-jgss-jdk22+36-windows-x64
199199

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

0 commit comments

Comments
 (0)