Skip to content

Commit

Permalink
chore: Update Signpath
Browse files Browse the repository at this point in the history
The release version is now available for signpath, though there are
still a couple of steps to go through, this will ensure signing is
working correctly with the release action.

#1354
  • Loading branch information
techman83 committed Aug 18, 2024
1 parent 5ad8133 commit 8397bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
outputs:
artifact-url: ${{steps.sign.outputs.signing-request-id }}
steps:
- uses: signpath/github-action-submit-signing-request@v0.4
- uses: signpath/github-action-submit-signing-request@v1
id: sign
with:
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
Expand Down

0 comments on commit 8397bf5

Please sign in to comment.