Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: add release step in CI to push packed tarballs to GH release
As part of #18 this is a test to try to push tarballs generated by oclif to a Github Release. The idea would for the release process to be the following: - locally on a developer machine, bump the version, commit and tag: ``` npm run publish -- --no-publish --no-release-draft 2.0.1 ``` - once the tag is pushed, the CI kicks in by doing the following: - `npm publish` to publish package on NPM (TODO this needs to be tested) - Github release creation with upload of tarballs with this [github action](https://github.com/softprops/action-gh-release)
- Loading branch information