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, tag and publish to npm: ``` npm run publish -- --no-release-draft 2.0.1 ``` - once the tag is pushed, the CI kicks in by doing the following: - Github release creation with upload of tarballs with this [github action](https://github.com/softprops/action-gh-release)
- Loading branch information