Skip to content

Commit 60df26d

Browse files
authored
Add git pull command before committing version.json
1 parent 7f817a9 commit 60df26d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ jobs:
245245
run: |
246246
git config user.name "Hai Chu"
247247
git config user.email "hai.m.chu@tuni.fi"
248+
git pull --rebase origin main
248249
git add version.json
249250
git commit -m "Bump version to ${{ steps.set-version.outputs.VERSION }} [skip ci]"
250251
git push

0 commit comments

Comments
 (0)