Skip to content

Commit

Permalink
Push to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Mar 11, 2023
1 parent 037aff3 commit 3f742bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ jobs:
with:
name: CronExpressions.Analyzers.1.0.${{ github.run_number }}.nupkg
path: src\CronExpressions.Analyzers\bin\Release\CronExpressions.Analyzers.1.0.${{ github.run_number }}.nupkg
- name: Push CronExpressions.Analyers to nuget.org
run: dotnet nuget push src\CronExpressions.Analyzers\bin\Release\CronExpressions.Analyzers.1.0.${{ github.run_number }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
if: ${{ github.event_name == 'push' }}

0 comments on commit 3f742bf

Please sign in to comment.