Skip to content

Commit

Permalink
Upgrade to new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuvajyoti Deb committed Aug 30, 2023
1 parent f14654b commit 0e85ee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ permissions:

jobs:
Pack:
uses: microsoft/digitalworkplace-workflows/.github/workflows/[email protected]test3
uses: microsoft/digitalworkplace-workflows/.github/workflows/[email protected]test4
with:
project-to-pack: "src/Generator/Generator.csproj"

Sign:
needs: Pack
uses: microsoft/digitalworkplace-workflows/.github/workflows/[email protected]test3
uses: microsoft/digitalworkplace-workflows/.github/workflows/[email protected]test4
secrets: inherit

Publish:
needs: [Pack, Sign]
uses: microsoft/digitalworkplace-workflows/.github/workflows/[email protected]test3
uses: microsoft/digitalworkplace-workflows/.github/workflows/[email protected]test4
secrets: inherit

0 comments on commit 0e85ee3

Please sign in to comment.