Skip to content

Commit

Permalink
Updated Fulminazzo automatic-release Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Dec 7, 2024
1 parent 98dafcd commit 5efb2e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
release:
name: Setup Environment, Build JAR and Release Project
runs-on: ubuntu-latest
if: "startsWith(github.event.head_commit.message, '!release')"
steps:
- name: Automatic Release
uses: Fulminazzo/java-automatic-release@v1
uses: Fulminazzo/java-automatic-release@v3
with:
java-version: 8
env:
Expand Down

0 comments on commit 5efb2e3

Please sign in to comment.