We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfcb94 commit e832928Copy full SHA for e832928
.github/workflows/bump_version.yml
@@ -1,5 +1,6 @@
1
name: bump version
2
-permissions: write-all
+permissions:
3
+ contents: write
4
# Upstream uses last portion of the version as a unique part to differentiate builds
5
# created from different commits. Last part (or VERSION_TWEAK) is basically a number
6
# of commits since the last tag (computed automatically by git).
@@ -55,4 +56,4 @@ jobs:
55
56
git config --global user.name altinity-robot
57
git config --global commit.gpgsign false
58
git commit -m "Bumped version to $CLICKHOUSE_VERSION_DESCRIBE" -- cmake/autogenerated_versions.txt
- git push
59
+ git push --force-with-lease
0 commit comments