Skip to content

Commit

Permalink
ci: fixing code signing keyring path in publish.yml (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld authored Mar 8, 2024
1 parent e9a9140 commit fb9a93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
prerelease: ${{ inputs.prerelease }}
signing_key_id: ${{ env.SIGNING_KEY_ID }}
signing_key_passphrase: ${{ env.SIGNING_KEY_PASSPHRASE }}
code_signing_keyring: 'code-signing-keyring.gpg'
code_signing_keyring: ${{ github.workspace }}/code-signing-keyring.gpg
sonatype_username: ${{ env.SONATYPE_USER_NAME }}
sonatype_password: ${{ env.SONATYPE_PASSWORD }}

Expand Down

0 comments on commit fb9a93a

Please sign in to comment.