Skip to content

Commit

Permalink
Update publish-module.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Mar 29, 2024
1 parent ffa5485 commit 284315b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ name: publish-module
on:
workflow_dispatch:

permissions:
id-token: write
contents: write
checks: write

jobs:
build-validation:
uses: ./.github/workflows/build-validation.yaml

create-release:
needs: build-validation
runs-on: windows-latest
permissions:
id-token: write
contents: write
checks: write

steps:

- uses: actions/checkout@v3

- name: Get PowerShell module version
Expand Down

0 comments on commit 284315b

Please sign in to comment.