File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 5757 run : |
5858 python generate.py
5959
60- - name : Process and compile versions
61- run : |
62- for version in $(git branch --list "v*[0-9\.]");
63- do
64- git checkout --force ${version}
65- ./bw-dev messages:update
66- python generate.py ${version}
67- done
68-
6960 - uses : stefanzweifel/git-auto-commit-action@v5
7061 with :
7162 commit_user_name : BookWyrm Bot
@@ -119,15 +110,6 @@ jobs:
119110 run : |
120111 python generate.py
121112
122- - name : Process and compile versions
123- run : |
124- for version in $(git branch --list "v*[0-9\.]");
125- do
126- git checkout --force ${version}
127- ./bw-dev messages:update
128- python generate.py ${version}
129- done
130-
131113 - uses : stefanzweifel/git-auto-commit-action@v5
132114 with :
133115 commit_user_name : BookWyrm Bot
You can’t perform that action at this time.
0 commit comments