diff --git a/.github/workflows/draft_github_release.yml b/.github/workflows/draft_github_release.yml index 4c551738d6..6bcd8d27ea 100644 --- a/.github/workflows/draft_github_release.yml +++ b/.github/workflows/draft_github_release.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Draft release with release notes id: create_release - uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 + uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 with: tag_name: ${{ github.event.inputs.version }} draft: true