Skip to content

Workflows

Joe Martinez edited this page May 5, 2024 · 1 revision
  1. After merging a branch to main make a new tag in origin/main
git tag -a v0.1.45
  1. Push the tag to trigger the workflow
git push origin v0.1.45
Clone this wiki locally