Skip to content

Commit

Permalink
Test genSources before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Sep 27, 2024
1 parent bc12536 commit 1fb1b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-1.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
distribution: "temurin"
java-version: "17"
- uses: gradle/actions/wrapper-validation@v3
- run: cd test-mod && ./gradlew
- run: cd test-mod && ./gradlew genSources
- run: ./gradlew build publish --stacktrace
env:
MAVEN_PUBLISH_CREDENTIALS: ${{ secrets.MAVEN_PUBLISH_CREDENTIALS }}

0 comments on commit 1fb1b88

Please sign in to comment.