ci-pyodide-wasm-release - add tag when pushing release

This commit is contained in:
Andrej730
2026-04-13 14:49:26 +05:00
parent 67238c4ac1
commit 16723d11ca
@@ -40,4 +40,7 @@ jobs:
git config user.email "ifcopenbot@ifcopenshell.org"
git add "$WHEEL_NAME"
git commit -m "Add $WHEEL_NAME"
VERSION=$(cat ../VERSION)
git tag "v${VERSION}"
git push origin main
git push origin "v${VERSION}"