Skip to content

Commit 757d4df

Browse files
authored
Refactor CI_release.yml for improved clarity
1 parent 7daed94 commit 757d4df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ stages:
3939
4040
- task: EsrpCodeSigning@6
4141
inputs:
42-
ConnectedServiceName: $(ESRP_CONNECTION_NAME)
42+
ConnectedServiceName: $(esrpConnectionName)
4343
AppRegistrationClientId: $(appRegistrationClientId)
4444
AppRegistrationTenantId: $(esrpTenantId)
4545
EsrpClientId: $(esrpClientId)
@@ -62,3 +62,4 @@ stages:
6262

6363

6464

65+

0 commit comments

Comments
 (0)