Skip to content

Commit

Permalink
fix: ignore gh packages
Browse files Browse the repository at this point in the history
  • Loading branch information
giard-alexandre committed Oct 2, 2024
1 parent 332aab6 commit cebc1a1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cebc1a1

Please sign in to comment.