Skip to content

Commit 1b7da92

Browse files
niikCopilot
andcommitted
Fix pkg installer var in deep-dive code snippet
The workflow was reverted to source APPLE_DEVELOPER_INSTALLER_ID from vars.APPLE_DEVELOPER_INSTALLER_ID, but the docs snippet still showed vars.MAC_APP_SIGNING_IDENTITY. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ed04ff2 commit 1b7da92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/release-process-deep-dive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ There is no signing of linux artifacts in this job. See the [release job](#relea
191191
if: inputs.environment == 'production'
192192
env:
193193
TAG_NAME: ${{ inputs.tag_name }}
194-
APPLE_DEVELOPER_INSTALLER_ID: ${{ vars.MAC_APP_SIGNING_IDENTITY }}
194+
APPLE_DEVELOPER_INSTALLER_ID: ${{ vars.APPLE_DEVELOPER_INSTALLER_ID }}
195195
run: |
196196
shopt -s failglob
197197
script/pkgmacos "$TAG_NAME"

0 commit comments

Comments
 (0)