Skip to content

Commit

Permalink
release: fix signing in release workflow (#1649)
Browse files Browse the repository at this point in the history
Fix the `dotnet tool install` command for code signing in the release
workflow.

D'oh!
  • Loading branch information
mjcheetham authored Jul 2, 2024
2 parents 4b0808b + a557e90 commit 90d5f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ jobs:

- name: Install sign CLI tool
run: |
dotnet tool install -g --version 0.9.1-beta.24325.5
dotnet tool install -g sign --version 0.9.1-beta.24325.5
- name: Sign payload
run: |
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:

- name: Install sign CLI tool
run: |
dotnet tool install -g --version 0.9.1-beta.24325.5
dotnet tool install -g sign --version 0.9.1-beta.24325.5
- name: Sign package
run: |
Expand Down

0 comments on commit 90d5f89

Please sign in to comment.