Skip to content

Commit

Permalink
chore: Update publish maven script #4
Browse files Browse the repository at this point in the history
  • Loading branch information
behzodhalil committed Aug 12, 2023
1 parent c7e4adc commit beb84f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: chmod +x ./gradlew

- name: Release build
run: ./gradlew :blahblah-fake::assemble -x ktlintCommonMainSourceSetCheck -x ktlintKotlinScriptCheck :blahblah-yaml::assemble -x ktlintCommonMainSourceSetCheck -x ktlintKotlinScriptCheck
run: ./gradlew :blahblah-fake:assemble -x ktlintCommonMainSourceSetCheck -x ktlintKotlinScriptCheck :blahblah-yaml:assemble -x ktlintCommonMainSourceSetCheck -x ktlintKotlinScriptCheck
- name: Publish release
run: ./gradlew publish --stacktrace
if: contains(matrix.os, 'macos')
Expand Down

0 comments on commit beb84f4

Please sign in to comment.