Skip to content

Commit bc56e7c

Browse files
Merge pull request #20 from andkononykhin/release-fixes
fixes release pipeline
2 parents edc7271 + cc34242 commit bc56e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: current_version
4040
run: |
4141
python -m pip install . --no-deps
42-
out="$(pip show ${{ env.PKG_NAME }} | grep Version: | cut -d'' '' -f 2)"
42+
out="$(pip show ${{ env.PKG_NAME }} | grep Version: | awk '{print $2}')"
4343
echo "$out"
4444
echo "::set-output name=current_version::$out"
4545
shell: bash

0 commit comments

Comments
 (0)