Skip to content

Commit 332f15b

Browse files
committed
Get spelling right
1 parent 857a626 commit 332f15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
# Extract version number from github.ref and write to version.txt
2424
version=$(echo "${{ github.ref }}" | sed 's/refs\/tags\///')
25-
echo "__version__=\"$v\"" > func_adl/version.txt
25+
echo "__version__=\"$version\"" > func_adl/version.txt
2626
hatch build
2727
- name: Publish a func_adl to PyPI
2828
uses: pypa/[email protected]

0 commit comments

Comments
 (0)