Skip to content

Commit e747687

Browse files
authored
Update db version
1 parent a9e096a commit e747687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
head -n 100 temp1 > README.md
4444
git add README.md
4545
46-
git diff-index --quiet HEAD || (git commit -am "Updated results summary" && git push)
46+
git diff-index --quiet HEAD || (echo "$ver_num" > dbversion && git commit -am "Updated results summary" && git push)

0 commit comments

Comments
 (0)