diff --git a/.github/workflows/release-dispatch.yml b/.github/workflows/release-dispatch.yml index 94e45b3606..ae20767efd 100644 --- a/.github/workflows/release-dispatch.yml +++ b/.github/workflows/release-dispatch.yml @@ -22,3 +22,4 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} version: ${{ inputs.version }} + crate-release-all: true