Skip to content

Test new workflow release #9

Test new workflow release

Test new workflow release #9

Workflow file for this run

name: Release
on:
release:
types:
- published
permissions:
contents: write
packages: write
id-token: write
jobs:
Pack:
uses: microsoft/digitalworkplace-workflows/.github/workflows/[email protected]
with:
project-to-pack: "src/Generator/Generator.csproj"
Sign:
needs: Pack
uses: microsoft/digitalworkplace-workflows/.github/workflows/[email protected]
secrets: inherit
Publish:
needs: [Pack, Sign]
uses: microsoft/digitalworkplace-workflows/.github/workflows/[email protected]
secrets: inherit