Skip to content

Commit

Permalink
Merge pull request #241 from vivid-money/fix-github-actions
Browse files Browse the repository at this point in the history
use 17 java in release actions
  • Loading branch information
opengamer29 authored Jul 18, 2023
2 parents 1ba5e23 + 544eb97 commit 266362d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
with:
ref: ${{ env.GITHUB_REF }}

- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17

- name: Ensure main branch
run: ./.github/sh/validate_publishing_branch.sh

Expand All @@ -42,6 +48,12 @@ jobs:
with:
ref: ${{ env.GITHUB_REF }}

- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17

- name: Update library version
run: ./.github/sh/update_release_version.sh "libraryVersion" "$NEW_VERSION"

Expand Down

0 comments on commit 266362d

Please sign in to comment.