You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fastlane: Add support from beta-ing from GitHub Actions
In two parts:
- Add code for testing the GITHUB_REF environment variable, which is
present on GitHub Actions builds and will be set to refs/tags/<tag> on
tag builds.
- Add a fallback that shells out to `git show` to retrieve commit
messages in case we want to use that instead.
Signed-off-by: Kristofer Rye <[email protected]>
0 commit comments