Skip to content

Commit

Permalink
ci: Gradle build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonIT committed Nov 1, 2024
1 parent cb5dd8f commit bf13ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ jobs:
env:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
run: ./gradlew publish
run: ./gradlew build publish

0 comments on commit bf13ab9

Please sign in to comment.