Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tiurin committed Jul 4, 2024
1 parent c9efd17 commit 123a51b
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 @@ -53,7 +53,7 @@ jobs:
passphrase: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}

- name: Gradle publish
run: ./gradlew "${{ matrix.target }}" closeAndReleaseSonatypeStagingRepository
run: ./gradlew "${{ matrix.target }}" --no-configuration-cache
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_TOKEN }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down

0 comments on commit 123a51b

Please sign in to comment.