actions-marketplace-validations/Set project version
Set project version to YYYY.MM.DD.BUILD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 24, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/eduardsergeev_project-version-action@04cb574129907cda6b83db78d8cf710c4d04e333 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version-file | File containing project version | no | package.json |
| version-stub | Version hardcoded in project file and replaced with resulting one | no | 0.0.0.0 |
| leading-zeros | Pad month and day with 0: 06 vs 6 | no | false |
| time-zone | Time zone to be used to determine the current date/time | no | — |
| version-file-exists | Fail if specified version-file does not exist | no | true |
Outputs
| name | description |
|---|---|
| project-version | Project version |