Skip to content

Commit 059bdeb

Browse files
authored
Change to release-signing
1 parent 92389dc commit 059bdeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
4040
organization-id: '030bee06-17be-4a2a-a788-9efdbd14a889'
4141
project-slug: 'PasteIntoFile'
42-
signing-policy-slug: 'test-signing'
42+
signing-policy-slug: 'release-signing'
4343
artifact-configuration-slug: 'portable'
4444
github-artifact-id: '${{ steps.build.outputs.artifact-id }}'
4545
parameters: |
@@ -108,7 +108,7 @@ jobs:
108108
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
109109
organization-id: '030bee06-17be-4a2a-a788-9efdbd14a889'
110110
project-slug: 'PasteIntoFile'
111-
signing-policy-slug: 'test-signing'
111+
signing-policy-slug: 'release-signing'
112112
artifact-configuration-slug: 'installer-zip'
113113
github-artifact-id: '${{ steps.upload.outputs.artifact-id }}'
114114
parameters: |

0 commit comments

Comments
 (0)