bump-extension-cli

1#!/usr/bin/env bash
2
3set -e
4
5git pull --ff-only origin main
6git tag -f extension-cli
7git push -f origin extension-cli