Skip to content

Commit

Permalink
Merge pull request #42 from FRACerqueira/v2.0.1
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
FRACerqueira authored Feb 26, 2024
2 parents 012e226 + 26d3b64 commit d0011b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ jobs:

- name: Pack NuGet HealthCheckPlus.Abstractions
run: dotnet pack src/HealthCheckPlus.Abstractions/HealthCheckPlus.Abstractions.csproj -c Release -o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}

- name: Publish Packs NuGet
run: dotnet nuget push dist/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit d0011b5

Please sign in to comment.