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 561a78f commit 4fe5bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-nuget.yaml
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/*" -k ${{ secrets.NUGET_API_KEY }} -s "https://api.nuget.org/v3/index.json"
Expand Down

0 comments on commit 4fe5bc7

Please sign in to comment.