Skip to content

Commit

Permalink
Merge pull request #20 from andkononykhin/release-fixes
Browse files Browse the repository at this point in the history
fixes release pipeline
  • Loading branch information
andkononykhin authored Oct 1, 2021
2 parents edc7271 + cc34242 commit bc56e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: current_version
run: |
python -m pip install . --no-deps
out="$(pip show ${{ env.PKG_NAME }} | grep Version: | cut -d'' '' -f 2)"
out="$(pip show ${{ env.PKG_NAME }} | grep Version: | awk '{print $2}')"
echo "$out"
echo "::set-output name=current_version::$out"
shell: bash
Expand Down

0 comments on commit bc56e7c

Please sign in to comment.