Skip to content

Commit 082b8ba

Browse files
committed
fix publish task
1 parent 7647995 commit 082b8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks:
6363
- git diff --quiet --staged || (echo "There are staged changes. They must be committed first" && exit 1)
6464
- git diff --quiet || (echo "There are unstaged changes. They must be committed first." && exit 1)
6565

66-
- uv run scripts/get-version.py pyproject.toml | xargs -I {} git tag -a v{} -m "Release v{}"
66+
- uv run scripts/get-version.py {{.INIT_PATH}} | xargs -I {} git tag -a v{} -m "Release v{}"
6767
- git push --follow-tags
6868

6969
pre-commit-all:

0 commit comments

Comments
 (0)