Created
March 9, 2020 02:44
-
-
Save tianhaoz95/8797f761d0b1e2fed6d1fc1ff55ce983 to your computer and use it in GitHub Desktop.
example script to release the Flutter version Fastlane plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "---" > ~/.gem/credentials | |
| echo ":github: Bearer ${GITHUB_TOKEN}" >> ~/.gem/credentials | |
| echo ":rubygems_api_key: ${RELEASE_TOKEN}" >> ~/.gem/credentials | |
| chmod 0600 ~/.gem/credentials | |
| bundle install && rake install | |
| gem push pkg/*.gem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment