Skip to content

Commit

Permalink
fix: install signpath in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grepory committed Sep 24, 2024
1 parent 38250a8 commit ae8d46e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Install SignPath Powershell module
shell: pwsh
run: Install-Module -Name SignPath -Confirm:$False -Force
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
with:
Expand Down

0 comments on commit ae8d46e

Please sign in to comment.