Skip to content

Commit 0a66c11

Browse files
authored
Merge pull request #876 from appwrite/fix-dotnet-publish
Single line command
2 parents 264aca0 + 5f07ec6 commit 0a66c11

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to RubyGems
1+
name: Publish to Nuget
22
on:
33
release:
44
types: [published]
@@ -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)