Skip to content

Commit

Permalink
fix not found signing key id
Browse files Browse the repository at this point in the history
  • Loading branch information
piruin committed Oct 5, 2021
1 parent f07f5f4 commit e99f082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: adopt
- run: ./gradlew publishAllPublicationsToGithubPackagesRepository --max-workers 1
env:
SIGNING_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-ossrh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: adopt
- run: ./gradlew publishAllPublicationsToSonatypeRepository --max-workers 1
env:
SIGNING_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit e99f082

Please sign in to comment.