diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml index c836bd7..77ed1fd 100644 --- a/.github/workflows/release-nightly.yml +++ b/.github/workflows/release-nightly.yml @@ -82,5 +82,7 @@ jobs: with: artifacts: "*" prerelease: true + allowUpdates: true + replacesArtifacts: true tag: nightly bodyFile: "RELEASE.md"