Skip to content

Commit

Permalink
Set IGNORE_CONFLICT to true for release to skip duplicate NuGet pac…
Browse files Browse the repository at this point in the history
…kage version on push
  • Loading branch information
xperiandri committed Aug 9, 2024
1 parent 82e472e commit 681f31a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
GIT_DIRECTORY: ${{github.workspace}}
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
DOCS_DOMAIN: ${{ secrets.DOCS_DOMAIN }}
IGNORE_CONFLICT: true
NUGET_KEY: ${{ secrets.NUGET_KEY }}
NUGET_SOURCE: ${{ secrets.NUGET_SOURCE }}
RELEASE_USER_GITHUB: ${{ secrets.RELEASE_USER_GITHUB }}
Expand Down

0 comments on commit 681f31a

Please sign in to comment.