Skip to content

Commit

Permalink
v2.0.0.0
Browse files Browse the repository at this point in the history
- debug CI/CD

Took 2 minutes
  • Loading branch information
Jake-Moore committed Nov 19, 2023
1 parent e1404de commit ac443ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: chmod +x gradlew

- name: Build and Publish with Gradle
run: ./gradlew build # publish
run: ./gradlew build --debug # publish
env:
USERNAME: ${{ secrets.MAVEN_NAME }}
TOKEN: ${{ secrets.MAVEN_SECRET }}
Expand Down

0 comments on commit ac443ec

Please sign in to comment.