Skip to content

Commit c906001

Browse files
authored
Update update-results.yml
1 parent e747687 commit c906001

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-results.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ jobs:
4242
cat temp | cat - README.md > temp1
4343
head -n 100 temp1 > README.md
4444
git add README.md
45+
ver_num=$(cat dbversion)
46+
let ver_num++
4547
4648
git diff-index --quiet HEAD || (echo "$ver_num" > dbversion && git commit -am "Updated results summary" && git push)

0 commit comments

Comments
 (0)