Skip to content

Commit

Permalink
Subtle change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bush2021 committed Jan 3, 2025
1 parent faafcc6 commit 36e3c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
sed -i 's/#define RELEASE_VER_SUB .*/#define RELEASE_VER_SUB '"$MINOR"'/' src/version.h
sed -i 's/#define RELEASE_VER_FIX .*/#define RELEASE_VER_FIX '"$PATCH"'/' src/version.h
git add src/version.h
git commit -m "Bump version"
git commit -m "build(release): bump version to $VERSION"
git push origin release --force
- name: Create Pull Request
Expand Down

0 comments on commit 36e3c20

Please sign in to comment.