Skip to content

Commit 4d93546

Browse files
committed
Single line command
1 parent d7016d6 commit 4d93546

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/dotnet/.github/workflows/publish.yml.twig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,4 @@ jobs:
2525
dotnet pack -c Release
2626

2727
- 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
28+
run: dotnet nuget push ./Appwrite/bin/Release/*.nupkg --api-key {{ '${{ secrets.NUGET_TOKEN }}' }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)