diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4924959..a1ad9887 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -722,7 +722,7 @@ jobs: - name: Publish if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true files: 'target/files/*'