Skip to content

Commit

Permalink
Back merge Update on_release_created_or_updated.yml (#1603)
Browse files Browse the repository at this point in the history
Will retry release
  • Loading branch information
JiahuiWho authored Dec 16, 2024
2 parents 9087da1 + efe378f commit d22d4ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/on_release_created_or_updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'

- name: Get EXPECTED_RELEASE_TAG
shell: bash
run: |
Expand Down

0 comments on commit d22d4ad

Please sign in to comment.