Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortezz committed Aug 24, 2024
1 parent 913b58d commit 695af97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/version_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,11 @@ jobs:
with:
ref: ${{ github.ref }}
token: ${{ secrets.TOKEN }}
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Publish changes
run: ./gradlew publish

0 comments on commit 695af97

Please sign in to comment.