Skip to content

Commit 0fb6487

Browse files
committed
update monthly tagger
1 parent eaedf87 commit 0fb6487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/monthly-tagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
VERS=$(python utils/mathlab_versioning.py get)
4141
git config --global user.name 'Monthly Tag bot'
4242
git config --global user.email 'mtbot@noreply.github.com'
43-
git add pina/meta.py
43+
git add pyproject.toml
4444
git commit -m "monthly version $VERS"
4545
git tag -a "v$VERS" -m "Monthly version $VERS"
4646
git push origin "v$VERS"

0 commit comments

Comments
 (0)