Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tianhaoz95/8797f761d0b1e2fed6d1fc1ff55ce983 to your computer and use it in GitHub Desktop.
Save tianhaoz95/8797f761d0b1e2fed6d1fc1ff55ce983 to your computer and use it in GitHub Desktop.
example script to release the Flutter version Fastlane plugin
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