Skip to content

Commit

Permalink
Same task disable
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Feb 2, 2024
1 parent 2120b65 commit cdb3c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
publish_command: publishAllPublicationsToOss
platform: linux
- os: macOS-latest
publish_command: publishAllPublicationsToOss -x :pprint-kotlin:build
publish_command: publishAllPublicationsToOss -x :pprint-kotlin:publishAllPublicationsToOss
platform: mac
- os: windows-latest
publish_command: publishMingwX64PublicationToOss -x :pprint-kotlin:build
publish_command: publishMingwX64PublicationToOss -x :pprint-kotlin:publishMingwX64PublicationToOss
platform: windows
env:
SONATYPE_REPOSITORY_ID: ${{ needs.create_staging_repository.outputs.repository_id }}
Expand Down

0 comments on commit cdb3c22

Please sign in to comment.