Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 17, 2023
1 parent 464aed4 commit a47e64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: ./gradlew spotlessCheck --no-daemon

- name: Check if project can be compiled
run: ./gradlew compileKotlin --no-daemon
run: ./gradlew compileJava --no-daemon

- name: Release!
run: ./gradlew publish -Dorg.gradle.s3.endpoint=${{ secrets.S3_ENDPOINT }}
Expand Down

0 comments on commit a47e64b

Please sign in to comment.