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

Diagnostic logging

No related merge requests found
......@@ -167,8 +167,9 @@ jobs:
command: |
version=`cat /tmp/workspace/version`
echo Tagging release with ${version}
ls -a
# release created by fastlane preparesentry
sentry-cli releases set-commits --auto ${version}
sentry-cli releases set-commits --auto ${version} --log-level=debug
sentry-cli releases finalize ${version}
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