Skip to content

Commit

Permalink
Migrating to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocgsi committed Feb 10, 2024
1 parent 3b8ae80 commit 467e9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: dotnet build -c release

- name: Generate Package
run: dotnet pack -c release -o ./dist/Tapioca.HATEOAS.1.0.7.${{github.run_id}}.nupkg
run: dotnet pack -c release -o ./dist/Tapioca.HATEOAS.1.0.7.${{ github.run_id }}.nupkg

- name: Publish Package
run: dotnet nuget push "./dist/Tapioca.HATEOAS.1.0.7.${{github.run_id}}.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json"
run: dotnet nuget push "./dist/Tapioca.HATEOAS.1.0.7.${{ github.run_id }}.nupkg" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json"

0 comments on commit 467e9c6

Please sign in to comment.