#!/bin/bash
TAG=$(git describe --tags --abbrev=0)

echo "Tag found: ${TAG}"

gh release upload $TAG $@
