Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit db05fc6

Browse files
authored
Update python-app.yml
1 parent fd61221 commit db05fc6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
- name: Build Binary
2626
run: |
2727
pyinstaller chdb-cli.py --strip --noupx
28+
- uses: alice-biometrics/release-creator/@v1.0.5
29+
continue-on-error: true
30+
with:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
version: ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}
33+
description: ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }}
2834
- name: Upload release
2935
if: github.event_name != 'pull_request'
3036
uses: boxpositron/[email protected]

0 commit comments

Comments
 (0)