We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7016d6 commit 4d93546Copy full SHA for 4d93546
templates/dotnet/.github/workflows/publish.yml.twig
@@ -25,7 +25,4 @@ jobs:
25
dotnet pack -c Release
26
27
- name: Publish nuget
28
- run: |
29
- dotnet nuget push ./Appwrite/bin/Release/*.nupkg \
30
- --api-key {{ '${{ secrets.NUGET_TOKEN }}' }} \
31
- --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./Appwrite/bin/Release/*.nupkg --api-key {{ '${{ secrets.NUGET_TOKEN }}' }} --source https://api.nuget.org/v3/index.json
0 commit comments