Skip to content

Commit

Permalink
add nuget push
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAbt committed Aug 24, 2024
1 parent 287e5c7 commit a73ee52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
/p:ContinuousIntegrationBuild=true
/p:Version=${{ steps.nbgv.outputs.NuGetPackageVersion }}

- name: Push to NuGet
run: dotnet nuget push **/*.nupkg
--api-key ${{ secrets.NUGET_DEPLOY_KEY }}
--source https://api.nuget.org/v3/index.json
--no-symbols
--skip-duplicate

# - name: Update CHANGELOG
# id: changelog
# uses: requarks/changelog-action@v1
Expand Down

0 comments on commit a73ee52

Please sign in to comment.