discoverygarden/Bump Action Major Version tag
Bump the major version reference tag for the action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | The version tag to grab the major version from. | no | — |
| sha | The sha for the tag used to generate the major version release. | no | — |
| github_token | Token to use to push to the repo. Pass in using `secrets.GITHUB_TOKEN`. | no | ${{ github.token }} |
| prefix | Version number prefix value. | no | "" |
| dry_run | Variable to indicate a dryrun where a tag is not made. | no | false |
Outputs
| name | description |
|---|---|
| major_tag | The major tag generated by the workflow. |
| origin_tag | The origin tag discovered and used by the workflow to make the major tag. |