Skip to content

Commit 7008753

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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/gh-action-pypi-publish@v1.5.0

0 commit comments

Comments
 (0)