One package: the action installs @vosjs/cli alone - #2
Merged
Conversation
The take pipeline and the vos.so verbs ship inside @vosjs/cli since 0.9.0; @vosso/vos-plugin is a forwarding shim.
…ushes from main only and commits it Every keyed run moved the tracked vos one version ahead of test/vos.json, so the next run, on any branch, was refused as a stale base. Now the action copies the take's vos.json back to the tracking path after a push (a workflow commits it), the dogfood hands the key to push events only so two branches never race for one base, and main commits the moved base right after. The tracked base moves to the version the last keyed run created.
Contributor
Release media for
|
| Channel | Asset | Size | Bytes | Length | Moment |
|---|---|---|---|---|---|
| cws | screenshot | 1280x800 | 391 KB | 0.8 s | |
| cws | screenshot | 1280x800 | 374 KB | 4.2 s | |
| cws | small-promo-tile | 440x280 | 98 KB | 0.8 s | |
| cws | marquee | 1400x560 | 495 KB | 0.8 s | |
| og | card | 1200x630 | 472 KB | 0.8 s |
Skipped, with the reason:
- cws icon: an icon is brand art, not footage — supply it from the kit
Verifier: 0 problems across 5 assets, re-measured from their bytes.
The kit is attached to the run as the artifact release-kit-ci-7. Made by vos: the next release is a re-render of the same actions.json, not a re-shoot.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The take pipeline and the vos.so verbs ship inside
@vosjs/clisince 0.9.0 (one package, every verb);@vosso/vos-pluginis a forwarding shim now. The install step and the README's license line say so.