From 8397bf59d7fdccaa27fedcabe367139b62d8ac08 Mon Sep 17 00:00:00 2001 From: Leon Wright Date: Sun, 18 Aug 2024 14:38:00 +0800 Subject: [PATCH] chore: Update Signpath 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 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 528cb626e..d1b05529c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}