Skip to content

Commit

Permalink
Update sign action tags to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonleenaylor committed Jun 20, 2024
1 parent e3c47be commit 79893d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 79893d7

Please sign in to comment.