diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-05-25 17:59:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 12:29:04 +0000 |
commit | 9d3312611e3f16414d60a717770befeedec9319b (patch) | |
tree | 0eedd70adc834d5b4f7b6455fccad034d33586f5 /.github/workflows/draft_new_release.yml | |
parent | 5f4bc7fafde92f18453571054dbdc3b29d196416 (diff) |
Instate shadow jobs (#1923)
Diffstat (limited to '.github/workflows/draft_new_release.yml')
-rw-r--r-- | .github/workflows/draft_new_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index 631121cd..a0223f79 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -39,7 +39,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v3.3.0 with: - distribution: zulu + distribution: temurin java-version: 17 - name: Update changelog |