Skip to content

Commit 2c1707f

Browse files
committed
Fix ref matching for publish action
1 parent 0ba2f4d commit 2c1707f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: hatch build
3535
- name: Publish package distributions to PyPI
3636
uses: pypa/gh-action-pypi-publish@release/v1
37-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/2')
37+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/2')

0 commit comments

Comments
 (0)