Skip to content

Commit

Permalink
Fixed publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkagamine committed Dec 16, 2020
1 parent 4c44521 commit 51671a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,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 -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

0 comments on commit 51671a4

Please sign in to comment.