We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67238c4 commit 16723d1Copy full SHA for 16723d1
1 file changed
.github/workflows/ci-pyodide-wasm-release.yml
@@ -40,4 +40,7 @@ jobs:
40
git config user.email "ifcopenbot@ifcopenshell.org"
41
git add "$WHEEL_NAME"
42
git commit -m "Add $WHEEL_NAME"
43
+ VERSION=$(cat ../VERSION)
44
+ git tag "v${VERSION}"
45
git push origin main
46
+ git push origin "v${VERSION}"
0 commit comments