We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d6b92 commit c4683abCopy full SHA for c4683ab
1 file changed
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: Publish PowerShell Module
2
3
on:
4
release:
5
- types: [created]
+ types: [published]
6
7
jobs:
8
publish-to-gallery:
@@ -14,4 +14,4 @@ jobs:
14
NUGET_KEY: ${{ secrets.NUGET_KEY }}
15
shell: pwsh
16
run: |
17
- Publish-Module -Path ./WSLTools -NuGetApiKey $env:NUGET_KEY -Verbose
+ Publish-Module -Path ./WSLTools -NuGetApiKey $env:NUGET_KEY -Verbose
0 commit comments