Skip to content

Commit e832928

Browse files
authored
Update bump_version.yml
1 parent 7bfcb94 commit e832928

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bump_version.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: bump version
2-
permissions: write-all
2+
permissions:
3+
contents: write
34
# Upstream uses last portion of the version as a unique part to differentiate builds
45
# created from different commits. Last part (or VERSION_TWEAK) is basically a number
56
# of commits since the last tag (computed automatically by git).
@@ -55,4 +56,4 @@ jobs:
5556
git config --global user.name altinity-robot
5657
git config --global commit.gpgsign false
5758
git commit -m "Bumped version to $CLICKHOUSE_VERSION_DESCRIBE" -- cmake/autogenerated_versions.txt
58-
git push
59+
git push --force-with-lease

0 commit comments

Comments
 (0)