#!/usr/bin/env bash

set -e

git pull --ff-only origin main
git tag -f extension-cli
git push -f origin extension-cli
