Skip to content

Commit

Permalink
GHA: Update release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Mar 14, 2024
1 parent 3459b6e commit b37d9c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,15 @@ jobs:
uses: softprops/action-gh-release@v1
id: tsrelease-linux-x64
with:
body: Build of OpenJDK 21.0.2 with Two Sigma's JGSS enhancements
body: Build of OpenJDK 22+36 with Two Sigma's JGSS enhancements
draft: false
prerelease: false
tag_name: ts-jgss-jdk21.0.2-linux-x64
tag_name: ts-jgss-jdk22+36-linux-x64
files: |
releases-bundles.tar
target_commitish: ts-jgss-jdk-21.0.2-ga
target_commitish: ts-jgss-jdk-22+36-ga
generate_release_notes: false
name: ts-jgss-jdk21.0.2-linux-x64
name: ts-jgss-jdk22+36-linux-x64

- name: 'Upload bundles'
uses: ./.github/actions/upload-bundles
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,15 @@ jobs:
uses: softprops/action-gh-release@v1
id: tsrelease-windows-x64
with:
body: Build of OpenJDK 21.0.2 with Two Sigma's JGSS enhancements
body: Build of OpenJDK 22+36 with Two Sigma's JGSS enhancements
draft: false
prerelease: false
tag_name: ts-jgss-jdk21.0.2-windows-x64
tag_name: ts-jgss-jdk22+36-windows-x64
files: |
releases-bundles.tar
target_commitish: ts-jgss-jdk-21.0.2-ga
target_commitish: ts-jgss-jdk-22+36-ga
generate_release_notes: false
name: ts-jgss-jdk21.0.2-windows-x64
name: ts-jgss-jdk22+36-windows-x64

- name: 'Upload bundles'
uses: ./.github/actions/upload-bundles
Expand Down

0 comments on commit b37d9c4

Please sign in to comment.