Skip to content

Commit

Permalink
Disable release temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed Sep 6, 2023
1 parent 837d711 commit 9c42676
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-nuget-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,4 @@ jobs:
- name: Pack
run: dotnet pack -c Release ${{ steps.project_folder.outputs.value }}/${{ steps.project_file.outputs.value }}
- name: Pack Signed
run: dotnet pack -c ReleaseSigned ${{ steps.project_folder.outputs.value }}/${{ steps.project_file.outputs.value }}
- name: Release NuGet
run: dotnet nuget push ${{ steps.project_folder.outputs.value }}/bin/Release/*.${{ steps.tag_version.outputs.new_version }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
- name: Release NuGet Signed
run: dotnet nuget push ${{ steps.project_folder.outputs.value }}/bin/ReleaseSigned/*.${{ steps.tag_version.outputs.new_version }}.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
run: dotnet pack -c ReleaseSigned ${{ steps.project_folder.outputs.value }}/${{ steps.project_file.outputs.value }}

0 comments on commit 9c42676

Please sign in to comment.