Skip to content

Commit

Permalink
Temporary debug deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
asm0dey committed Jul 11, 2023
1 parent 54214e6 commit e761a89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ permissions:
contents: read

jobs:
build:
uses: ./.github/workflows/gradle.yml
#build:
#uses: ./.github/workflows/gradle.yml
deploy:
needs: build
strategy:
Expand Down Expand Up @@ -52,6 +52,7 @@ jobs:
uses: gradle/gradle-build-action@ce999babab2de1c4b649dc15f0ee67e6246c994f
with:
arguments: |
--stacktrace --info
${{ matrix.target }}
closeSonatypeStagingRepository
-Psigning.gnupg.passphrase=${{secrets.OSSRH_GPG_SECRET_KEY_PASSWORD}}
Expand Down

0 comments on commit e761a89

Please sign in to comment.