diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04178ee..84fd286 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,4 +46,5 @@ jobs: - name: Release uses: ncipollo/release-action@v1 with: - artifacts: "dist/*" \ No newline at end of file + artifacts: "dist/*" + allowUpdates: true \ No newline at end of file