To release a new compositor version:
- Go to
Actions
->package for release
-> Trigger build on master using "Run workflow" drop-down menu. - Wait for a job to finish.
- Run
gh run list --workflow "package for release"
and find an ID of the workflow run that packaged release binaries. Running./scripts/release.sh
without necessary environment variables will also display that list. - Run
e.g.
WORKFLOW_RUN_ID={WORKFLOW_RUN_ID} RELEASE_TAG={VERSION} ./scripts/release.sh
WORKFLOW_RUN_ID=6302155380 RELEASE_TAG=v1.2.3 ./scripts/release.sh `