Skip to content

Commit

Permalink
fix(common): CHECKOUT-4374 Remove version prefix from Sentry release …
Browse files Browse the repository at this point in the history
…name
  • Loading branch information
davidchin committed Sep 9, 2019
1 parent 53e179b commit d7725e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
command: |
source /tmp/release_version.txt
git checkout $RELEASE_VERSION
SENTRY_RELEASE=$SENTRY_PROJECT@$RELEASE_VERSION
SENTRY_RELEASE=$SENTRY_PROJECT@${RELEASE_VERSION#v}
SENTRY_COMMIT=$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME@$RELEASE_REVISION
sentry-cli releases --project $SENTRY_PROJECT --org $SENTRY_ORG new $SENTRY_RELEASE
sentry-cli releases --project $SENTRY_PROJECT --org $SENTRY_ORG set-commits $SENTRY_RELEASE --commit $SENTRY_COMMIT
Expand Down

0 comments on commit d7725e1

Please sign in to comment.