Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertWildgoose authored Dec 23, 2023
1 parent f91a639 commit 5939ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Pack nugets
run: dotnet pack -c Release ./ApiUtilities/src/ApiUtilities.Common/ApiUtilities.Common.csproj --no-build --output .
- name: Run Tests
run: dotnet test -c Release ../ApiUtilities/tests/ApiUtilities.Tests/ApiUtilities.Tests.csproj
run: dotnet test -c Release ./ApiUtilities/tests/ApiUtilities.Tests/ApiUtilities.Tests.csproj
- name: Push to NuGet
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json

0 comments on commit 5939ce7

Please sign in to comment.