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
# Fail if any command exits with a non-zero exit code
set -e
# -----
# REPLACE THE BELOW WITH YOUR COMMANDS
# -----
echo "For version tag $1, build the artifacts and publish them (such as building your Docker container or packaging, then pushing to container repo or central package store)"