Skip to content

Commit

Permalink
Add option to it's correct command 馃う馃徎
Browse files Browse the repository at this point in the history
  • Loading branch information
fredimachado committed May 28, 2024
1 parent f1d8ed1 commit 0918f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-dotnet@v4

- name: Add GitHub Package Repository source
run: dotnet nuget add source --username fredimachado --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github --skip-duplicate "https://nuget.pkg.github.com/fredimachado/index.json"
run: dotnet nuget add source --username fredimachado --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/fredimachado/index.json"

- name: Push to GitHub Packages
run: dotnet nuget push **/ci/*.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}
run: dotnet nuget push **/ci/*.nupkg --source "github" --skip-duplicate --api-key ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0918f94

Please sign in to comment.