arcticfox-gh/Unity Package Manager Tools
An action that will append a snapshot tag and a timestamp to the package version.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 30, 2022
- License
- None
Pinned Snippet
uses: arcticfox-gh/upmmanifesttools@be8943ea64c369c1dbcc71b8dccf26d521084d02 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dir | The directory in which to look for package.json file. Example, "path/to/package". | yes | — |
| action | The action to perform on the version. Allowed options: snapshot, patch, minor, major | yes | — |
Outputs
| name | description |
|---|---|
| updated-manifest | A boolean value, indicating whether or not a unity package manifest was found and updated as a result of running this action. |