We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64840c7 commit a79c060Copy full SHA for a79c060
1 file changed
.github/workflows/deployment.yml
@@ -182,7 +182,7 @@ jobs:
182
if: inputs.environment == 'production'
183
env:
184
TAG_NAME: ${{ inputs.tag_name }}
185
- APPLE_DEVELOPER_INSTALLER_ID: ${{ vars.MAC_APP_SIGNING_IDENTITY }}
+ APPLE_DEVELOPER_INSTALLER_ID: ${{ vars.APPLE_DEVELOPER_INSTALLER_ID }}
186
run: |
187
shopt -s failglob
188
script/pkgmacos "$TAG_NAME"
0 commit comments