Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#2017) Continues: #1550 ## What is the purpose of the change This PR introduces an automatic release workflow via GitHub Actions to create all the artifacts for an osmosis release. This workflow runs on every new tag or when manually triggered and it creates a release folder with all the osmosis binaries as workflow output. ## Brief Changelog - Introduce automatic release workflow via GitHub Actions ## Testing and Verifying Tested this workflow on a fork: https://github.com/nikever/osmosis/actions/runs/2422822418 The release folder is present in the `Artifacts` section: ![image](https://user-images.githubusercontent.com/6024049/171494127-37d1542c-7c4d-4690-ab6c-a43757b2295d.png) ## Documentation and Release Note - Does this pull request introduce a new feature or user-facing behavior changes? no - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? no - How is the feature or change documented? not applicable
- Loading branch information