Skip to content

Commit

Permalink
feat: GH deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
xolider committed May 29, 2024
1 parent aca236c commit 72a8c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
version: '21'
java-version: '21'
- run: chmod +x ./gradlew
name: 'Make ./gradlew executable'
- run: ./gradlew --no-daemon -D"maven.user=${{ secrets.MAVEN_USER }}" -D"maven.password=${{ secrets.MAVEN_PASSWORD }}" publish

0 comments on commit 72a8c08

Please sign in to comment.