Skip to content

Commit

Permalink
syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-courtney-pieces committed May 23, 2024
1 parent fd4c6e1 commit 58949b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ jobs:
then
echo "This is a tagged build"
export RELEASE_VERSION='${{ steps.get_version.outputs.VERSION }}'
RELEASE_VERSION="${RELEASE_VERSION#v}"
echo $RELEASE_VERSION
sed -i 's/__version__ = .*/__version__ = \"${RELEASE_VERSION}\"/' _version.py
sed -i "s/__version__ = .*/__version__ = \"${RELEASE_VERSION}\"/" _version.py
else
echo "This is not a tagged build"
export STAGING_VERSION='${{ steps.staging_version.outputs.STAGING_VERSION }}'
Expand Down

0 comments on commit 58949b1

Please sign in to comment.