diff --git a/.github/workflows/commit_bundler.yml b/.github/workflows/commit_bundler.yml index 901cc7184..9b6058071 100644 --- a/.github/workflows/commit_bundler.yml +++ b/.github/workflows/commit_bundler.yml @@ -292,7 +292,7 @@ jobs: tag: "${{steps.commit.outputs.short}}" name: ${{env.name}} body: ${{env.body}} - commit: "${{steps.commit.outputs.short}}" + commit: "${{steps.commit.outputs.long}}" env: name: "${{steps.date.outputs.date}}_${{ github.head_ref || github.ref_name }}_${{ steps.commit.outputs.short}}_package" body: "This is a auto generated release created from commit ${{ steps.commit.outputs.hash}}"