There was an error while loading. Please reload this page.
1 parent 60df26d commit 909d3caCopy full SHA for 909d3ca
1 file changed
.github/workflows/cicd.yml
@@ -208,6 +208,12 @@ jobs:
208
with:
209
fetch-depth: 0
210
211
+ - name: Sync with remote
212
+ run: |
213
+ git config user.name "Hai Chu"
214
+ git config user.email "hai.m.chu@tuni.fi"
215
+ git pull --rebase origin main
216
+
217
- name: Bump patch version
218
id: set-version
219
run: |
@@ -243,9 +249,6 @@ jobs:
243
249
244
250
- name: Commit updated version.json
245
251
246
- git config user.name "Hai Chu"
247
- git config user.email "hai.m.chu@tuni.fi"
248
- git pull --rebase origin main
252
git add version.json
253
git commit -m "Bump version to ${{ steps.set-version.outputs.VERSION }} [skip ci]"
254
git push
0 commit comments