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
# Build the action
yarn prepare
# Add the files to git
git add .# Bump the version
yarn version --patch|minor|major
# Push with tags
git push origin main --tags