We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c55d98 commit 91bd016Copy full SHA for 91bd016
1 file changed
.github/actions/ps-release/action.yml
@@ -70,13 +70,6 @@ runs:
70
[void] (Import-Module InvokeBuild)
71
Invoke-Build -NugetApiKey ${{ env.PSGALLERY_API_KEY }} -Task Publish
72
73
- - name: Create NuGet package from build artifacts
74
- shell: pwsh
75
- run: |
76
- Set-StrictMode -Version Latest
77
- [void] (Import-Module InvokeBuild)
78
- Invoke-Build -Task Package
79
-
80
- name: Upload build package to Github Release
81
uses: actions/upload-release-asset@v1
82
with:
0 commit comments