Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NightWatchman committed Dec 18, 2023
1 parent de5e081 commit 10a7989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
# Publish the package to Azure Artifacts
# NuGet repository API key is configured with .NET Core above, and the value provided here is ignored
- name: 'dotnet publish'
run: dotnet nuget push --api-key ${{secrets.NUGET_API_KEY}} nugets/${{env.PROJECT_NAME}}.${{steps.slug.outputs.version}}.symbols.nupkg
run: dotnet nuget push --api-key ${{secrets.NUGET_API_KEY}} -s nugets/${{env.PROJECT_NAME}}.${{steps.slug.outputs.version}}.symbols.nupkg

0 comments on commit 10a7989

Please sign in to comment.