Skip to content

Commit

Permalink
Merge pull request #25 from SchwabenCode/feature/ci-nuget-push
Browse files Browse the repository at this point in the history
add nuget push
  • Loading branch information
BenjaminAbt authored Aug 24, 2024
2 parents 287e5c7 + a73ee52 commit 4ea5490
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 4ea5490

Please sign in to comment.