getsentry / action-release

GitHub Action for creating a release on Sentry
Apache License 2.0
446 stars 53 forks source link

Mention SENTRY_RELEASE environment variable in troubleshooting guide #201

Closed wojtekmaj closed 1 week ago

wojtekmaj commented 1 week ago

Sometimes, checking out repository in a job that creates Sentry release is undesirable. Troubleshooting guide misguides users into thinking that checking out is unavoidable, where in reality, setting SENTRY_RELEASE environment variable is a viable alternative, according to the source code:

https://github.com/getsentry/sentry-cli/blame/master/src/utils/releases.rs#L89

wojtekmaj commented 1 week ago

Apparently not the case :/