Skip to content

Commit

Permalink
Update deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Dec 28, 2023
1 parent 9698eec commit 006a4df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: Gradle publish
uses: gradle/gradle-build-action@ce999babab2de1c4b649dc15f0ee67e6246c994f
with:
arguments: ${{ matrix.target }}
arguments: |
${{ matrix.target }}
closeAndReleaseSonatypeStagingRepository
env:
OSSRH_STAGING_PROFILE_ID: ${{ secrets.OSSRH_STAGING_PROFILE_ID }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 006a4df

Please sign in to comment.