Skip to content

Commit 54c14bc

Browse files
committed
CI: updated release action final step
1 parent a88de59 commit 54c14bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/release/action.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ runs:
6868
- name: Update release info
6969
run: |
7070
git add . && git commit --amend --no-edit || true
71-
git config pull.ff true
72-
git pull --rebase && git push origin --follow-tags
71+
git config pull.ff true
72+
git pull --rebase || true
73+
git push origin --follow-tags
7374
shell: bash

0 commit comments

Comments
 (0)