Skip to content

Commit

Permalink
Update release.yml - remove working-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty authored Dec 12, 2024
1 parent 819345c commit e03b310
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
SECRING_FILE: ${{ secrets.SECRING_FILE }}
working-directory: plugin
run: >
../gradlew
-Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg
Expand Down Expand Up @@ -79,7 +78,6 @@ jobs:
NEXUS_PUBLISH_PASSWORD: ${{ secrets.NEXUS_PUBLISH_PASSWORD }}
NEXUS_PUBLISH_URL: ${{ secrets.NEXUS_PUBLISH_RELEASE_URL }}
NEXUS_PUBLISH_STAGING_PROFILE_ID: ${{ secrets.NEXUS_PUBLISH_STAGING_PROFILE_ID }}
working-directory: plugin
run: >
../gradlew
findSonatypeStagingRepository
Expand Down

0 comments on commit e03b310

Please sign in to comment.