Skip to content

Commit

Permalink
Fix the release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Aug 27, 2024
1 parent e901379 commit b2015b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
"src/UnitTests.Databases.SqlServer/UnitTests.Databases.SqlServer.csproj"

- name: Publish the package to nuget.org
run: dotnet nuget push "src/UnitTests.Databases.SqlServer/bin/Release/*.nupkg" --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "src/**/bin/Release/*.nupkg" --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json

0 comments on commit b2015b6

Please sign in to comment.