Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.26 KB

Fastlane GitHub Actions

The Fastlane GitHub Actions provide a set of GitHub Actions to make maintaining projects easier.

Actions

Versioning

All the actions are released in one batch. We do not support semantic versioning (yet). Reference a latest branch in your workflow:

...
  - uses: fastlane/github-actions/fastlane-env-reminder@latest
...

Contributing

We welcome contributions. See how to contribute.