update monthly tagger
This commit is contained in:
committed by
Dario Coscia
parent
eaedf8714c
commit
0fb6487d21
2
.github/workflows/monthly-tagger.yml
vendored
2
.github/workflows/monthly-tagger.yml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user