Skip to content

Commit 7008753

Browse files
committed
ci: fix commit msg error
1 parent 2e47f67 commit 7008753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gen_whl_to_pypi_rapidocr_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pip install get_pypi_latest_version wheel
2525
2626
python -m pip install --upgrade pip
27-
python setup.py bdist_wheel "${{ github.event.head_commit.message }}"
27+
python setup.py bdist_wheel "${{ github.ref_name }}"
2828
2929
- name: Publish distribution 📦 to PyPI
3030
uses: pypa/[email protected]

0 commit comments

Comments
 (0)