From cebc1a16a97282da46cd03064af6c7dec0d0e9e1 Mon Sep 17 00:00:00 2001 From: Alexandre Giard Date: Tue, 1 Oct 2024 23:31:35 -0500 Subject: [PATCH] fix: ignore gh packages --- .github/workflows/release-please.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9256afb..f25d426 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -80,10 +80,10 @@ jobs: --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate - - name: 🚀 Push to Github Packages - run: > - dotnet nuget push - "nuget/*.nupkg" - --api-key ${{ secrets.GITHUB_TOKEN }} - --source https://nuget.pkg.github.com/DynamicTreeDataGrid/index.json - --skip-duplicate +# - name: 🚀 Push to Github Packages +# run: > +# dotnet nuget push +# "nuget/*.nupkg" +# --api-key ${{ secrets.GITHUB_TOKEN }} +# --source https://nuget.pkg.github.com/DynamicTreeDataGrid/index.json +# --skip-duplicate