Skip to content

Commit

Permalink
fix(CD): fixing non-parseable build.json file (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik authored Mar 30, 2023
1 parent 340f022 commit c2b949e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
file: ./docker/prod/Dockerfile
build-args: |
SENTRY_RELEASE="${{ needs.configure.outputs.IMAGE_TAG }}"
GIT_SHA="${{ github.sha }}"
GIT_SHA=${{ github.sha }}
# Sentry upload is done via a docker build in order to have access to the app files in the image
- name: create Sentry release
Expand Down

0 comments on commit c2b949e

Please sign in to comment.