We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89fdc5 commit 8727371Copy full SHA for 8727371
1 file changed
.github/workflows/release.yml
@@ -33,6 +33,4 @@ jobs:
33
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
34
35
- name: Push
36
- run: dotnet nuget push EntityFramework.Extensions.AddQueryFilter.${VERSION}.nupkg --source https://nuget.pkg.github.com/HerveZu/index.json --api-key ${GITHUB_TOKEN}
37
- env:
38
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: dotnet nuget push EntityFramework.Extensions.AddQueryFilter.${VERSION}.nupkg --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments