Skip to content

Test with new release of workflow #6

Test with new release of workflow

Test with new release of workflow #6

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