Skip to content

Commit

Permalink
Release workflow: remove Java (#443)
Browse files Browse the repository at this point in the history
* Release workflow: remove Java

It is not required in this workflow anyway.

* CHANGELOG.md update

---------

Co-authored-by: Jakub Chrzanowski <[email protected]>
  • Loading branch information
ForNeVeR and hsz committed Mar 11, 2024
1 parent 39708c9 commit 94d5114
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,6 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v4

# Set up Java environment for the next steps
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 17

# Remove old release drafts by using the curl request for the available releases with a draft flag
- name: Remove Old Release Drafts
env:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.8.0`

### Removed

- GitHub Actions: Remove the `Setup Java` step from the `releaseDraft` build step

## [1.12.0] - 2024-02-20

### Added
Expand Down

0 comments on commit 94d5114

Please sign in to comment.