Skip to content

Commit

Permalink
Debug release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Dec 11, 2023
1 parent 06f5bb7 commit e5c52b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: assemble
uses: gradle/gradle-build-action@v2
with:
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg assemble
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg assemble -x :grails-dependencies:assemble -x :grails-dependencies:install
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
Expand All @@ -53,4 +53,4 @@ jobs:
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
SECRING_FILE: ${{ secrets.SECRING_FILE }}
with:
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg upload -x :grails-dependencies:assemble -x :grails-dependencies:install -x :grails-dependencies:uploadPublished
arguments: -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg upload -x :grails-dependencies:uploadPublished

0 comments on commit e5c52b7

Please sign in to comment.