Skip to content

Commit e5762c9

Browse files
authored
[CI] Update create-tag.yml
1 parent 0ef6432 commit e5762c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Get package version
2323
run: |
24-
VERSION=$(sed -n 's/^version = "\(.*\)"/\1/p' spm/_version.py)
24+
VERSION=$(sed -n 's/^__version__ = "\(.*\)"/\1/p' spm/_version.py)
2525
echo "pyproject.toml version: $VERSION"
2626
git config user.name github-actions
2727
git config user.email github-actions@github.com

0 commit comments

Comments
 (0)