Skip to content

Commit 16723d1

Browse files
committed
ci-pyodide-wasm-release - add tag when pushing release
1 parent 67238c4 commit 16723d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-pyodide-wasm-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ jobs:
4040
git config user.email "ifcopenbot@ifcopenshell.org"
4141
git add "$WHEEL_NAME"
4242
git commit -m "Add $WHEEL_NAME"
43+
VERSION=$(cat ../VERSION)
44+
git tag "v${VERSION}"
4345
git push origin main
46+
git push origin "v${VERSION}"

0 commit comments

Comments
 (0)