Skip to content

Commit

Permalink
deployment fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinRyazantsev committed Apr 11, 2020
1 parent 6bde3af commit 8e73a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DeployNuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Test
run: dotnet test --no-build --configuration Release
- name: Pack
run: dotnet pack --no-build --include-symbols --include-source --configuration Release src/Swisschain.Extension.Idemptency /p:Version=${GITHUB_REF#refs/tags/}
run: dotnet pack --no-build --include-symbols --include-source --configuration Release src/Swisschain.Extensions.Idempotency /p:Version=${GITHUB_REF#refs/tags/}
- name: Publish
run: dotnet nuget push src/Swisschain.Extension.Idemptency/bin/Release/*.nupkg -s "https://api.nuget.org/v3/index.json" -k ${{ secrets.NUGET_TOCKEN }}
run: dotnet nuget push src/Swisschain.Extensions.Idempotency/bin/Release/*.nupkg -s "https://api.nuget.org/v3/index.json" -k ${{ secrets.NUGET_TOCKEN }}

0 comments on commit 8e73a45

Please sign in to comment.