From 3385ea6379d206613d62126065de08b90df8a42c Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Thu, 3 Mar 2022 10:21:58 +0100 Subject: [PATCH] Update windows sign pipeline version (#248) With the latest versions of runner and updates of dependencies a new version was generated. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 442f3a4df..f36d2d674 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,6 +64,6 @@ jobs: with: workflow: Sign windows bin and installer repo: wiretrustee/windows-sign-pipeline - ref: v0.0.1 + ref: v0.0.2 token: ${{ secrets.SIGN_GITHUB_TOKEN }} - inputs: '{ "tag": "${{ github.ref }}" }' \ No newline at end of file + inputs: '{ "tag": "${{ github.ref }}" }'