Skip to content

Commit 0b8d5b5

Browse files
committed
Some fix.
1 parent b3efd39 commit 0b8d5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: make ci-install
2020

2121
- name: Get version
22-
run: echo "version=$(grep __version__ setup.py | head -1 | cut -d \" -f2 | cut -d \' -f2 ) >> $GITHUB_ENV
22+
run: echo "version=$(grep __version__ setup.py | head -1 | cut -d \" -f2 | cut -d \' -f2 )" >> $GITHUB_ENV
2323

2424
- name: Build package
2525
run: make package

0 commit comments

Comments
 (0)