We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9d4de commit a69f647Copy full SHA for a69f647
.github/workflows/create-release.yml
@@ -66,7 +66,7 @@ jobs:
66
with:
67
azPSVersion: "latest"
68
inlineScript: |
69
- ./build.ps1 -Version ${{ needs.new-version.outputs.new_tag }} -SignScripts $true -SignScriptUri $env:SIGN_SCRIPT_URI
+ ./build.ps1 -Version ${{ needs.new-version.outputs.new_tag }} -SignScripts $true -SignScriptUri $env:SIGN_SCRIPT_URI -ClientId $env:CLIENT_ID
70
- name: Create changelog
71
id: changelog
72
shell: powershell
0 commit comments