update monthly tagger

This commit is contained in:
Dario Coscia
2025-04-24 16:31:30 +02:00
committed by Dario Coscia
parent eaedf8714c
commit 0fb6487d21

View File

@@ -40,7 +40,7 @@ jobs:
VERS=$(python utils/mathlab_versioning.py get) VERS=$(python utils/mathlab_versioning.py get)
git config --global user.name 'Monthly Tag bot' git config --global user.name 'Monthly Tag bot'
git config --global user.email 'mtbot@noreply.github.com' git config --global user.email 'mtbot@noreply.github.com'
git add pina/meta.py git add pyproject.toml
git commit -m "monthly version $VERS" git commit -m "monthly version $VERS"
git tag -a "v$VERS" -m "Monthly version $VERS" git tag -a "v$VERS" -m "Monthly version $VERS"
git push origin "v$VERS" git push origin "v$VERS"