Skip to content

Commit

Permalink
Cleanup duplication of snupkg publication
Browse files Browse the repository at this point in the history
  • Loading branch information
NapalmCodes committed Aug 25, 2024
1 parent 657aaab commit 7acd3f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ jobs:
if: startsWith(github.ref, 'refs/heads/release')
run: |
dotnet nuget push **/*.nupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_API_KEY}}
dotnet nuget push **/*.snupkg --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_API_KEY}}

0 comments on commit 7acd3f8

Please sign in to comment.