Skip to content

Commit

Permalink
Minor Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
RealMangorage committed May 5, 2024
1 parent 7109e43 commit b72b4f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ jobs:
run: ./gradlew test

- name: Publish
env:
MAVEN_USERNAME: ${{ secrets.USERNAME }} # Reference the secret\
MAVEN_PASSWORD: ${{ secrets.PASSWORD }} # Reference the secret\
run: ./gradlew publish -DskipTests

0 comments on commit b72b4f5

Please sign in to comment.