diff --git a/.github/workflows/prod-build-and-deploy.yml b/.github/workflows/prod-build-and-deploy.yml index 3938b33e..5c90e4b0 100644 --- a/.github/workflows/prod-build-and-deploy.yml +++ b/.github/workflows/prod-build-and-deploy.yml @@ -54,7 +54,7 @@ jobs: - name: Get Scarb version id: get_scarb_version run: | - SCARB_VERSION=$(cat .scarb-version) + SCARB_VERSION=$(cat .scarb-version | sed 's/v//') echo "scarb_version=${SCARB_VERSION}" >> $GITHUB_ENV - name: Build, tag, and push docker image to Amazon ECR