Adds a GitHub workflow that can be triggered from the UI, or CLI to publish a package automatically from the CI. The workflow uses the release environment which contains the NPM_TOKEN secret for the formsort-release account and is protected by environment rules: https://github.com/formsort/oss/settings/environments/448906217/edit
Adds a GitHub workflow that can be triggered from the UI, or CLI to publish a package automatically from the CI. The workflow uses the
release
environment which contains theNPM_TOKEN
secret for theformsort-release
account and is protected by environment rules: https://github.com/formsort/oss/settings/environments/448906217/editFinishes off APP-12