actions-marketplace-validations/Set VSIX Version
Increments the VSIX build version or sets it to a specified version.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 17, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/timheuer_vsix-version-stamp@9d38292e99e54046455bb68c6a2b5113d269a7d0 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version-type | Version type - build or revision | yes | build |
| manifest-file | Path to VSIX manifest | yes | — |
| build-number | Build number to use | yes | ${{ github.run_number }} |
| vsix-token-source-file | Path to source.extension.vs | no | "" |
| version-number | If provided, will be used directly as the version of the VSIX, and no incrementing will happen. | no | "" |
Outputs
| name | description |
|---|---|
| version-number | The resulting version number |