mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 14:07:43 +00:00
ci-pyodide-wasm-release - add tag when pushing release
This commit is contained in:
@@ -40,4 +40,7 @@ jobs:
|
|||||||
git config user.email "ifcopenbot@ifcopenshell.org"
|
git config user.email "ifcopenbot@ifcopenshell.org"
|
||||||
git add "$WHEEL_NAME"
|
git add "$WHEEL_NAME"
|
||||||
git commit -m "Add $WHEEL_NAME"
|
git commit -m "Add $WHEEL_NAME"
|
||||||
|
VERSION=$(cat ../VERSION)
|
||||||
|
git tag "v${VERSION}"
|
||||||
git push origin main
|
git push origin main
|
||||||
|
git push origin "v${VERSION}"
|
||||||
|
|||||||
Reference in New Issue
Block a user