Skip to content

Commit

Permalink
Updated publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkagamine committed Jul 9, 2022
1 parent 669672b commit 8d3dc66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Pack
run: dotnet pack -c Release -p:Version=${GITHUB_REF#refs/tags/v} -o .
run: dotnet pack Moq.Contrib.HttpClient -c Release -p:Version=${GITHUB_REF#refs/tags/v} -o .
- name: Push to NuGet
run: dotnet nuget push *.nupkg -k ${{secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push Moq.Contrib.HttpClient.*.nupkg -k ${{secrets.NUGET_KEY}} -s https://api.nuget.org/v3/index.json

0 comments on commit 8d3dc66

Please sign in to comment.