diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb34a008..92569353 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -197,7 +197,7 @@ jobs: - name: Release | Upload artifacts if: startsWith(github.ref, 'refs/tags/') # Don't create releases when debugging - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 + uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44 with: draft: true files: "*-${{ matrix.name }}"