You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments