Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sejoslaw authored Aug 9, 2022
1 parent 405b973 commit c43ca2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Auth in NuGet
run: dotnet nuget add source --username Sejoslaw --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/DovaOfficial/index.json"
- name: Publish NuGet
run: dotnet nuget push src/Dova/bin/Release/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"
run: dotnet nuget push "src/Dova/bin/Release/*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "github"

0 comments on commit c43ca2d

Please sign in to comment.