Skip to content

Commit 8727371

Browse files
committed
Use nugget.org registry
1 parent c89fdc5 commit 8727371

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ jobs:
3333
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
3434

3535
- 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 }}
36+
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

Comments
 (0)