Skip to content

Commit

Permalink
Fix self release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Dec 21, 2023
1 parent 3515af1 commit 2f85ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python -m pip install --upgrade pip
pip install build twine hatch
- name: Versioning package
run: hatch version ${{ github.ref }}
run: hatch version ${{ github.ref_name }}
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit 2f85ffd

Please sign in to comment.