We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a03d65f + 87961ad commit 74e99d6Copy full SHA for 74e99d6
1 file changed
.github/workflows/nuget-publish.yml
@@ -64,5 +64,6 @@ jobs:
64
- name: Nuget push
65
run: dotnet nuget push nupkg/*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
66
67
-
+ - name: Done
68
+ run: echo "Package published successfully!"
69
0 commit comments