Skip to content

Commit a79c060

Browse files
committed
Revert to missing var
1 parent 64840c7 commit a79c060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
if: inputs.environment == 'production'
183183
env:
184184
TAG_NAME: ${{ inputs.tag_name }}
185-
APPLE_DEVELOPER_INSTALLER_ID: ${{ vars.MAC_APP_SIGNING_IDENTITY }}
185+
APPLE_DEVELOPER_INSTALLER_ID: ${{ vars.APPLE_DEVELOPER_INSTALLER_ID }}
186186
run: |
187187
shopt -s failglob
188188
script/pkgmacos "$TAG_NAME"

0 commit comments

Comments
 (0)