Skip to content

Commit

Permalink
Merge pull request #50 from pkErbynn/fix-release-pipeline
Browse files Browse the repository at this point in the history
Fix release pipeline
  • Loading branch information
bagdxk authored Jul 14, 2022
2 parents cde476a + 31440f7 commit 4ca7d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: package
path: ./package

- name: Publish to nuget
run: dotnet nuget push "./package/*.nupkg" --no-symbols true --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_KEY }}

0 comments on commit 4ca7d20

Please sign in to comment.