Commit 49532082 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Org should be set

No related merge requests found
......@@ -144,7 +144,9 @@ jobs:
steps:
- run:
name: Tag sentry release
command: sentry-cli releases new ${CIRCLE_SHA1}
command: |
echo ${SENTRY_ORG}
sentry-cli releases new ${CIRCLE_SHA1}
workflows:
version: 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment