Skip to content

Commit

Permalink
release v5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Aug 21, 2022
1 parent 96d5b19 commit 0ea3ed6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
architecture: x64

- name: Set up Gradle and clean
run: |
chmod +x ./gradlew
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ group=org.auioc.mcmod
vendor=AUIOC
mod_id=arnicalib
mod_name=ArnicaLib
mod_version=5.4.1
mod_version=5.4.2

0 comments on commit 0ea3ed6

Please sign in to comment.