Skip to content

Commit

Permalink
fix version parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-rosenthal authored Jan 4, 2022
1 parent 384b185 commit 7864314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- name: Set version number variable
run: |
VER=$(cat pathml/_version.py | grep -o '"[^"]\+"' | tr '"' ' ')
VER=$(cat pathml/_version.py | grep -o '"[^"]\+"' | tr -d '"')
echo "VERSION=$VER" >> $GITHUB_ENV
- name: Set up QEMU
uses: docker/[email protected]
Expand Down

0 comments on commit 7864314

Please sign in to comment.