diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3370812d4..9319dd15d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: # REF: https://github.com/marketplace/actions/gh-release - name: Publish Archive - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v0.1.13 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: true