Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
build first
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-crumbaugh committed Feb 15, 2024
1 parent d653095 commit d894b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
if: ${{ inputs.use_sonatype_central == 'true' }}
run: |-
pwd
./gradlew sonatypeCentralUpload --no-daemon
./gradlew build sonatypeCentralUpload --no-daemon
env:
SONATYPE_USERNAME: ${{ secrets.ossrh_username }}
SONATYPE_PASSWORD: ${{ secrets.ossrh_password }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-executor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ jobs:
if: ${{ inputs.use_sonatype_central == 'true' }}
run: |-
pwd
./gradlew sonatypeCentralUpload --no-daemon
./gradlew build sonatypeCentralUpload --no-daemon
env:
SONATYPE_USERNAME: ${{ secrets.ossrh_username }}
SONATYPE_PASSWORD: ${{ secrets.ossrh_password }}
Expand Down

0 comments on commit d894b50

Please sign in to comment.