diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0066390..ab02d39 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -206,7 +206,7 @@ jobs: # Create Release and upload assets (only on tags) - name: Create Release if: startsWith(github.ref, 'refs/tags/v') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: files: release/* draft: false