mirror of
https://github.com/Ellpeck/DynamicEnums.git
synced 2024-11-13 21:29:09 +01:00
skip duplicates
This commit is contained in:
parent
ab37d8fc18
commit
5146f7d8a8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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 }}' -n
|
||||
run: dotnet nuget push -s https://nuget.ellpeck.de/v3/index.json **/*.nupkg -k ${{ secrets.BAGET_KEY }} --skip-duplicates
|
Loading…
Reference in a new issue