Skip to content

Commit 91bd016

Browse files
Remove NuGet package creation step from release workflow
1 parent 8c55d98 commit 91bd016

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/actions/ps-release/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@ runs:
7070
[void] (Import-Module InvokeBuild)
7171
Invoke-Build -NugetApiKey ${{ env.PSGALLERY_API_KEY }} -Task Publish
7272
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-
8073
- name: Upload build package to Github Release
8174
uses: actions/upload-release-asset@v1
8275
with:

0 commit comments

Comments
 (0)