Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Dec 13, 2023
1 parent 82aea0f commit ecae20e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_counter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: check_changes
run: |
changes=$(git diff --name-only)
if [[ "$changes" == *"__build.py__"* ]]; then
if [[ "$changes" == *"__version__.py"* ]]; then
echo "::set-output name=changes::0"
else
echo "::set-output name=changes::1"
Expand All @@ -32,6 +32,6 @@ jobs:
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/opteryx/__build__.py
git add $GITHUB_WORKSPACE/opteryx/__version__.py
git commit -m "Update Build Number to $GITHUB_RUN_NUMBER"
git push

0 comments on commit ecae20e

Please sign in to comment.