Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemup committed Nov 13, 2019
1 parent 9a46772 commit 4fa12de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ commands:
"{
\"environment\":\"$<<parameters.environment>>\",
\"url\":\"$CIRCLE_BUILD_URL\"
}" "https://sentry.io/api/0/organizations/<<parameters.organization>>/releases/<<parameters.tag>>/deploys/"
}" "https://sentry.io/api/0/organizations/<<parameters.organization>>/releases/$CIRCLE_BRANCH.b$CIRCLE_BUILD_NUM/deploys/"
fi
name: Sentry - Sending Deploy Event
when: on_success
Expand Down

0 comments on commit 4fa12de

Please sign in to comment.