Skip to content

Commit

Permalink
[ci] Fix adding proper version to sentry-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sandromello committed Dec 4, 2024
1 parent 5feba50 commit b1a4b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ release-aws-cf-templates:
aws s3 cp --region ap-southeast-2 ${DIST_FOLDER}/hoopdev-platform.template.yaml s3://hoopdev-platform-cf-ap-southeast-2/latest/hoopdev-platform.template.yaml

publish-sentry-sourcemaps:
tar -xvf ${DIST_FOLDER}/webapp.tar.gz
sentry-cli sourcemaps upload --release=$$(cat ./webapp_version.txt) ./public/js/app.js.map
tar -xf ${DIST_FOLDER}/webapp.tar.gz
sentry-cli sourcemaps upload --release=$$(cat ./version.txt) ./public/js/app.js.map

.PHONY: run-dev run-dev-postgres test-enterprise test-oss test generate-openapi-docs build build-dev-client build-webapp build-helm-chart build-gateway-bundle extract-webapp publish release release-aws-cf-templates swag-fmt

0 comments on commit b1a4b4d

Please sign in to comment.