mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
fix(ci): fix version bot (#705)
* fix(ci): fix version bot * test * improve * Revert "test" This reverts commit 397b4b236ecf36e546d79e6fd2d104f51ca6e602.
This commit is contained in:
parent
d1055b164b
commit
bf22663ed6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bump_version.yml
vendored
2
.github/workflows/bump_version.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
# check if version changed in version.go
|
||||
# note: the grep will fail if use \d instead of [0-9]
|
||||
git diff HEAD..origin/develop --text --no-ext-diff --unified=0 --no-prefix params/version.go | grep -E '^\+VersionPatch = "v[0-9]+"$' && true
|
||||
git diff HEAD..origin/develop --text --no-ext-diff --unified=0 --no-prefix params/version.go | grep -E '^\+\s*VersionPatch' && true
|
||||
|
||||
exit_code=$?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue