Skip to content

Commit a69f647

Browse files
authored
Add ClientId to build.
1 parent 2e9d4de commit a69f647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
azPSVersion: "latest"
6868
inlineScript: |
69-
./build.ps1 -Version ${{ needs.new-version.outputs.new_tag }} -SignScripts $true -SignScriptUri $env:SIGN_SCRIPT_URI
69+
./build.ps1 -Version ${{ needs.new-version.outputs.new_tag }} -SignScripts $true -SignScriptUri $env:SIGN_SCRIPT_URI -ClientId $env:CLIENT_ID
7070
- name: Create changelog
7171
id: changelog
7272
shell: powershell

0 commit comments

Comments
 (0)