Skip to content

Commit 6e43767

Browse files
committed
chore: pull order to prevent dirty stage
1 parent 31cc2bb commit 6e43767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_publish_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: sleep 20
3232
- name: Update Changelog in trunk
3333
run: |
34-
git pull
3534
git add CHANGELOG.md
3635
git commit -m "chore(ci): update changelog with latest changes"
36+
git pull
3737
git push origin HEAD:refs/heads/develop

0 commit comments

Comments
 (0)