actions-marketplace-validations/Actions Tagger
Keep your action versions up-to-date by automatically promoting a major version each time a minor release is created
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| publish_latest_tag | (Deprecated) Whether or not to also publish a `latest` tag | no | false |
| publish_latest | Whether or not to also publish a `latest` ref (depending on `prefer_branch_releases`) | no | false |
| prefer_branch_releases | Do you prefer creating major branches as opposed to major tags? | no | false |
| token | A GitHub token used for making requests to Github's API | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| tag | The major version that was created/updated. ex v1 |
| latest | Either 'true' or 'false' depending on whether the 'latest' tag was created |