Skip to content

Commit

Permalink
fix failing action publish to nuget #18
Browse files Browse the repository at this point in the history
  • Loading branch information
christiannagel committed Jul 23, 2023
1 parent e719c40 commit 3c290bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publishnuget-nugetserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,5 @@ jobs:
name: ${{ inputs.artifact-name }}
path: packages

- name: Publish to the NuGet server
- name: Publish to the NuGet server (nupkg and snupkg)
run: dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGETAPIKEY }} --source ${{ env.ARTIFACTS_URL }}

- name: Publish Symbols package to the NuGet server
run: dotnet nuget push "packages/*.snupkg" --api-key ${{ secrets.NUGETAPIKEY }} --source ${{ env.ARTIFACTS_URL }}

0 comments on commit 3c290bc

Please sign in to comment.