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 b5ada06 commit 8520081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.USERNAME }} # Reference the secret\
GITHUB_COMMITS: ${{ github.event.commits }}
run: ./gradlew getVersion -PnumCommits=${{ github.event.commits }}
run: ./gradlew getVersion

- name: Build and Test (Java Specific)
run: ./gradlew test
Expand Down

0 comments on commit 8520081

Please sign in to comment.