Skip to content

Commit

Permalink
release: v3.3.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Sep 26, 2023
1 parent c890676 commit 4181326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
with:
distribution: 'zulu'
java-version: 11
cache: 'gradle'
#cache: 'gradle'

- name: Run All Tests
uses: gradle/gradle-build-action@v2
with:
gradle-version: 8.3
arguments: clean assemble test
arguments: assemble test

# setup Gradle
- name: Gradle Publish Release
Expand Down

0 comments on commit 4181326

Please sign in to comment.