Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed May 25, 2024
1 parent 5a36bfd commit 9f563e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_counter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
TARCHIA_VERSION=$(python $GITHUB_WORKSPACE/build_counter.py)
git config --global user.name "XB500"
git config --global user.email "XB500@users.noreply.github.com"
git add $GITHUB_WORKSPACE/draken/__version__.py
git add $GITHUB_WORKSPACE/__version__.py
git commit -m "Tarchia Version ${TARCHIA_VERSION}"
git push

0 comments on commit 9f563e6

Please sign in to comment.