The GitHub Action for Optic
Learn more about using the Optic GitHub Action at https://www.useoptic.com/docs/github.
To create a new release:
- Ensure the project is built and the latest build results are pushed
- Create a new release with GitHub
- Run the following to update the current version tag:
git tag v1 --force
git push --tags --force
Licensed under the MIT License. See LICENSE
for more details.