actually don't skip duplicates

This commit is contained in:
Ell 2024-02-04 11:09:45 +01:00
parent ffbd154153
commit 4eb15ccae2

View file

@ -19,4 +19,4 @@ jobs:
run: dotnet pack --version-suffix ci.$GITHUB_RUN_NUMBER
- name: Publish
if: github.event_name == 'push' && github.ref_name == 'main'
run: dotnet nuget push -s https://nuget.ellpeck.de/v3/index.json **/*.nupkg -k ${{ secrets.BAGET_KEY }} --skip-duplicates
run: dotnet nuget push -s https://nuget.ellpeck.de/v3/index.json **/*.nupkg -k ${{ secrets.BAGET_KEY }}