fac/Gem Push
Push gem packages to a rubygems compatible repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | Name of credentials key to use from ~/.gem/credentials. | — | "" |
| gem-glob | File glob to match the .gem files to push | — | pkg/*.gem |
| pre-release | Whether to push pre-release versions, instead of release versions (the default). | — | false |
| tag | After pushing a new gem version, git tag with the version string | — | true |
| working-directory | The working directory of the ruby project. Useful for cases where files like .ruby-version and Gemfile aren't located in the root directory. | no | . |
Outputs
| name | description |
|---|---|
| pushed-version | The version of the gem pushed to the repository |