Skip to content

Commit

Permalink
bug: remove extra quote (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers authored Aug 28, 2023
2 parents b681a84 + eaac3be commit 8fb4272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Determine version (release)
if: github.event_name == 'release'
run: |
echo "GITHUB_REF=${GITHUB_REF}""
echo "GITHUB_REF=${GITHUB_REF}"
VERSION=${GITHUB_REF#refs/tags/v}
echo "VERSION=${VERSION}"
echo "VERSION=$VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 8fb4272

Please sign in to comment.