feat: clobber the actual tag releases

This commit is contained in:
Aarnav Tale
2024-03-19 20:44:49 -04:00
parent e93dd2d865
commit 716cfe229d

View File

@@ -26,4 +26,5 @@ jobs:
git add -f dist README.md LICENSE action.yaml
git commit -m "chore: create ci release ($GITHUB_SHA)"
git tag --force v1
git tag --force $GITHUB_REF_NAME
git push -f --tags origin deploy