From 533aca4583698a4cda07dbefe54211d1cc6fc6e2 Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Thu, 20 Jun 2024 08:05:03 -0700 Subject: [PATCH] Update sign action tags to release version --- .github/workflows/ci-cd.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index acd24e34..e1fecb3a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -126,7 +126,7 @@ jobs: name: Sign FlexBridge Installer needs: build_and_test if: github.event_name != 'pull_request' - uses: sillsdev/codesign/.github/workflows/sign.yml@feature/enableDispatchCalls + uses: sillsdev/codesign/.github/workflows/sign.yml@v2.1 with: artifact: FlexBridge.msi description: 'FLEx Bridge Installer' @@ -223,7 +223,7 @@ jobs: name: Sign Offline Engine needs: build-bundles if: github.event_name != 'pull_request' - uses: sillsdev/codesign/.github/workflows/sign.yml@feature/enableDispatchCalls + uses: sillsdev/codesign/.github/workflows/sign.yml@v2.1 with: artifact: offline-engine description: 'FLEx Bridge Installer' @@ -234,7 +234,7 @@ jobs: name: Sign Online Engine needs: build-bundles if: github.event_name != 'pull_request' - uses: sillsdev/codesign/.github/workflows/sign.yml@feature/enableDispatchCalls + uses: sillsdev/codesign/.github/workflows/sign.yml@v2.1 with: artifact: online-engine description: 'FLEx Bridge Installer' @@ -308,7 +308,7 @@ jobs: name: Sign Offline Bundle needs: reattach-engines if: github.event_name != 'pull_request' - uses: sillsdev/codesign/.github/workflows/sign.yml@feature/enableDispatchCalls + uses: sillsdev/codesign/.github/workflows/sign.yml@v2.1 with: artifact: FlexBridge_Offline.exe description: 'FLEx Bridge Installer' @@ -319,7 +319,7 @@ jobs: name: Sign Online Bundle needs: reattach-engines if: github.event_name != 'pull_request' - uses: sillsdev/codesign/.github/workflows/sign.yml@feature/enableDispatchCalls + uses: sillsdev/codesign/.github/workflows/sign.yml@v2.1 with: artifact: FlexBridge_Online.exe description: 'FLEx Bridge Installer'