Skip to content

Commit

Permalink
Update gogokit-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxab authored Jul 25, 2023
1 parent 64af67a commit 9f7ff1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gogokit-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ jobs:
- name: Create the package
run: dotnet build --configuration Release src/GogoKit/GogoKit.csproj --no-restore
- name: Publish the package
run: dotnet nuget push "bin/Release/*.nupkg" --source "https://api.nuget.org"

run: dotnet nuget push src\GogoKit\bin\Release\*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_API_KEY }}

0 comments on commit 9f7ff1c

Please sign in to comment.