Skip to content

Commit

Permalink
try to fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Nov 23, 2023
1 parent a4109bd commit 3d215db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down

0 comments on commit 3d215db

Please sign in to comment.