Skip to content

Commit c4683ab

Browse files
authored
Update main.yml
1 parent 19d6b92 commit c4683ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish PowerShell Module
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
publish-to-gallery:
@@ -14,4 +14,4 @@ jobs:
1414
NUGET_KEY: ${{ secrets.NUGET_KEY }}
1515
shell: pwsh
1616
run: |
17-
Publish-Module -Path ./WSLTools -NuGetApiKey $env:NUGET_KEY -Verbose
17+
Publish-Module -Path ./WSLTools -NuGetApiKey $env:NUGET_KEY -Verbose

0 commit comments

Comments
 (0)