Skip to content

Commit

Permalink
Fixing prod scarb build logic
Browse files Browse the repository at this point in the history
  • Loading branch information
stranger80 committed Oct 1, 2024
1 parent d8d25cc commit fd7b1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd7b1ba

Please sign in to comment.