actions-marketplace-validations/git-tag-bump
Bump the version of a git tag based on conditions and inputs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 20, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/leonsteinhaeuser_git-tag-bump@20f376a735558d8f37b1c7a914aa9d78aea1b65d # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| args | Arguments to pass to the bump script. By default this is empty and the bump script will use the default settings for bumping the version (bump patch version). | no | "" |
| version | The version of the tool to use | no | latest |
Outputs
| name | description |
|---|---|
| tag-number | The new tag number |