Preview publish package
Designed to automate the process of building and publishing a preview version of a exile.watch package to a GitHub NPM registry, enabling users to test and evaluate changes before the final release
Last updated
Designed to automate the process of building and publishing a preview version of a exile.watch package to a GitHub NPM registry, enabling users to test and evaluate changes before the final release
Last updated
This page covers preview-publish-package*
actions
In .github/workflows/preview-publish-package.yml
paste following snippet:
Create status comment
Creates status comment after preview-publish
label is applied to the branch
Publish prerelease
Creates prerelease in x.x.x-preview.x
format and publishes to github registry
Update status comment on success
Once the package is published, this action updates the status comment created in 00
Update status comment on failure
If 00
or 01
action fails, this action updates the status created in 00
Remove preview publish label
Removes preview-publish
label from PR once 00
is completed