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 b1a4b4d commit 7575f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ release-aws-cf-templates:

publish-sentry-sourcemaps:
tar -xf ${DIST_FOLDER}/webapp.tar.gz
sentry-cli sourcemaps upload --release=$$(cat ./version.txt) ./public/js/app.js.map
sentry-cli sourcemaps upload --release=$(shell 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 7575f43

Please sign in to comment.