estruyf/Beta package updater
Update the current package version with the build number
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 15, 2025
- License
- MIT
Pinned Snippet
uses: estruyf/gh-action-beta-version@5830d93d99b83956e40c728e96a07c0171046dda # v0.0.13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| build-id | Build ID | yes | — |
| path | Path of the package.json file | yes | package.json |
| append-or-replace | Append the build ID to the version | yes | replace |
| preview | Sets the preview property | no | — |
| name | Sets the name property | no | — |
| display-name | Sets the displayName property | no | — |
| description | Sets the description property | no | — |
| icon | Sets the icon property | no | — |
| homepage | Sets the homepage property | no | — |
Outputs
| name | description |
|---|---|
| version | The new version ID |