Skip to content

Commit

Permalink
fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Nov 23, 2023
1 parent ddf46b1 commit 222bd9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ jobs:
tag: "${{steps.commit.outputs.short}}"
name: ${{env.name}}
body: ${{env.body}}
commit: "${{steps.commit.outputs.short}}"
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
2 changes: 2 additions & 0 deletions .github/workflows/release_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ jobs:
allowUpdates: True
omitBodyDuringUpdate: True
omitDraftDuringUpdate: True
commit: "${{steps.commit.outputs.short}}"


pypi:
if: ${{ inputs.pip}}
Expand Down

0 comments on commit 222bd9c

Please sign in to comment.