We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a454039 + 4905288 commit 4ed2fb5Copy full SHA for 4ed2fb5
.github/workflows/deploy-pack.yml
@@ -67,3 +67,6 @@ jobs:
67
with:
68
name: osu-framework
69
path: ${{steps.artifactsPath.outputs.nuget_artifacts}}\*.nupkg
70
+
71
+ - name: Publish packages to nuget.org
72
+ run: dotnet nuget push ${{steps.artifactsPath.outputs.nuget_artifacts}}/*.nupkg --api-key ${{ secrets.NUGET_AUTH_TOKEN }} --source https://api.nuget.org/v3/index.json
0 commit comments