diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index 4b7bb93..7820ac5 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -43,7 +43,7 @@ jobs: run: tar -czf release/docs.tar.gz -C doc_out . - name: Upload files for the release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1 with: allowUpdates: true prerelease: true diff --git a/.github/workflows/tagged-release.yaml b/.github/workflows/tagged-release.yaml index 1323e6f..4022411 100644 --- a/.github/workflows/tagged-release.yaml +++ b/.github/workflows/tagged-release.yaml @@ -42,7 +42,7 @@ jobs: run: tar -czf release/docs.tar.gz -C doc_out . - name: Upload files for the release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1 with: prerelease: false draft: false