actions-marketplace-validations/Build Tag Number
Sequential build numbers for workflow runs based on Git tag
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 17, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/onyxmueller_build-tag-number@5c5e10f3cf309fab428abe97b0e5a6600f0c81f4 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Token to create and delete refs (GITHUB_TOKEN) | no | — |
| prefix | Prefix for the build-number-<num> tag to make it unique if tracking multiple build numbers | no | — |
| delete_previous_tag | If set to false, previous build number tags will not be deleted (default: true) | no | — |
Outputs
| name | description |
|---|---|
| build_number | Build tag number |