correct gpg passphrase variable name

This commit is contained in:
Jacob Heider 2023-03-04 21:11:59 -05:00
parent 0047bccbe7
commit ec2d3130b2
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -75,7 +75,7 @@ jobs:
built: ${{ env.built }}
compression: xz
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
gpg-key-passphrase: ${{ secrets.GPG_PASSPHRASE }}
- uses: teaxyz/pantry.core/.github/actions/bottle@main
id: bottle-gz
@ -83,7 +83,7 @@ jobs:
built: ${{ env.built }}
compression: gz
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
gpg-key-passphrase: ${{ secrets.GPG_PASSPHRASE }}
- run: |
echo ${{ steps.bottle-gz.outputs.bottles }} ${{ steps.bottle-xz.outputs.bottles }} >bottles