diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ee15a66..60bb5422 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@975c1b265e11dd76618af1c374e7981f9a6ff44a + uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 with: draft: true files: "*-${{ matrix.name }}"