Skip to content

Commit

Permalink
Update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuvajyoti Deb committed Aug 30, 2023
1 parent a357b42 commit 6afe167
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/pack.yml@v3.1.2-test
uses: microsoft/digitalworkplace-workflows/.github/workflows/pack.yml@v3.1.2-test1
with:
project-to-pack: "src/Generator/Generator.csproj"

Sign:
needs: Pack
uses: microsoft/digitalworkplace-workflows/.github/workflows/sign.yml@v3.1.2-test
uses: microsoft/digitalworkplace-workflows/.github/workflows/sign.yml@v3.1.2-test1
secrets: inherit

Publish:
needs: [Pack, Sign]
uses: microsoft/digitalworkplace-workflows/.github/workflows/publish.yml@v3.1.2-test
uses: microsoft/digitalworkplace-workflows/.github/workflows/publish.yml@v3.1.2-test1
secrets: inherit

0 comments on commit 6afe167

Please sign in to comment.