Skip to content

Commit

Permalink
Just do a smoke test instead of re-doing full test
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle committed Jun 29, 2024
1 parent 833e10b commit 4465cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Run Gradle Publish
run: |
./gradlew spotlessCheck spotBugsMain test publish \
./gradlew :bosk-core:test publish \
-Pversion="${{github.event.release.tag_name}}" \
--info
env:
Expand Down

0 comments on commit 4465cb4

Please sign in to comment.