We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3efd39 commit 0b8d5b5Copy full SHA for 0b8d5b5
.github/workflows/staging.yml
@@ -19,7 +19,7 @@ jobs:
19
run: make ci-install
20
21
- name: Get version
22
- run: echo "version=$(grep __version__ setup.py | head -1 | cut -d \" -f2 | cut -d \' -f2 ) >> $GITHUB_ENV
+ run: echo "version=$(grep __version__ setup.py | head -1 | cut -d \" -f2 | cut -d \' -f2 )" >> $GITHUB_ENV
23
24
- name: Build package
25
run: make package
0 commit comments