Skip to content

Commit 97e994c

Browse files
Also run clean and test in publish workflow
1 parent e98770f commit 97e994c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache-disabled: true
2424

2525
- name: Publish to xenondevs repository
26-
run: ./gradlew publish
26+
run: ./gradlew clean test publish
2727
env:
2828
ORG_GRADLE_PROJECT_xenondevsUsername: ${{ secrets.XENONDEVS_RELEASES_USERNAME }}
2929
ORG_GRADLE_PROJECT_xenondevsPassword: ${{ secrets.XENONDEVS_RELEASES_PASSWORD }}

0 commit comments

Comments
 (0)