From 37d3aad3b3e6e6a7d958c0cf9982eecd6f1e245e Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:04:28 -0600 Subject: [PATCH] Update calver.yml --- .github/workflows/calver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/calver.yml b/.github/workflows/calver.yml index fe79256..b9ac8b0 100644 --- a/.github/workflows/calver.yml +++ b/.github/workflows/calver.yml @@ -34,6 +34,6 @@ jobs: run: | git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com" - git add subgen/subgen.py + git add subgen.py git commit -m "Automated update subgen.py with version" git push