Skip to content

Commit

Permalink
Add build task to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 2, 2024
1 parent c0092ff commit b540b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:


- name: Gradle (Publish)
run: "./gradlew publish"
run: "./gradlew build publish"
if: contains(steps.project-version.outputs.version, '-MIKBOT')

0 comments on commit b540b65

Please sign in to comment.