Skip to content

Commit

Permalink
ci(release): allow overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Sep 27, 2024
1 parent eebb77f commit 91f8f48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
uses: ncipollo/release-action@v1.14.0
if: runner.os == 'Windows'
with:
allowUpdates: true
artifacts: ${{ matrix.job.asset }}
bodyFile: ./docs/release.md
generateReleaseNotes: true
Expand All @@ -72,6 +73,7 @@ jobs:
uses: ncipollo/release-action@v1.14.0
if: runner.os == 'macOS'
with:
allowUpdates: true
artifacts: ${{ matrix.job.asset }}
bodyFile: ./docs/release.md
generateReleaseNotes: true
Expand All @@ -87,6 +89,7 @@ jobs:
uses: ncipollo/release-action@v1.14.0
if: runner.os == 'Linux'
with:
allowUpdates: true
artifacts: ${{ matrix.job.asset }}
bodyFile: ./docs/release.md
generateReleaseNotes: true
Expand Down Expand Up @@ -138,6 +141,7 @@ jobs:
uses: ncipollo/release-action@v1.14.0
if: runner.os == 'Windows'
with:
allowUpdates: true
artifacts: ${{ matrix.job.asset }}
bodyFile: ./docs/release.md
generateReleaseNotes: true
Expand All @@ -153,6 +157,7 @@ jobs:
uses: ncipollo/release-action@v1.14.0
if: runner.os == 'macOS'
with:
allowUpdates: true
artifacts: ${{ matrix.job.asset }}
bodyFile: ./docs/release.md
generateReleaseNotes: true
Expand All @@ -168,6 +173,7 @@ jobs:
uses: ncipollo/release-action@v1.14.0
if: runner.os == 'Linux'
with:
allowUpdates: true
artifacts: ${{ matrix.job.asset }}
bodyFile: ./docs/release.md
generateReleaseNotes: true

0 comments on commit 91f8f48

Please sign in to comment.