Skip to content

Commit 90d5f89

Browse files
authored
release: fix signing in release workflow (#1649)
Fix the `dotnet tool install` command for code signing in the release workflow. D'oh!
2 parents 4b0808b + a557e90 commit 90d5f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351

352352
- name: Install sign CLI tool
353353
run: |
354-
dotnet tool install -g --version 0.9.1-beta.24325.5
354+
dotnet tool install -g sign --version 0.9.1-beta.24325.5
355355
356356
- name: Sign payload
357357
run: |
@@ -427,7 +427,7 @@ jobs:
427427

428428
- name: Install sign CLI tool
429429
run: |
430-
dotnet tool install -g --version 0.9.1-beta.24325.5
430+
dotnet tool install -g sign --version 0.9.1-beta.24325.5
431431
432432
- name: Sign package
433433
run: |

0 commit comments

Comments
 (0)