Skip to content

Commit 48348fe

Browse files
committed
ci: pull latest before publish
1 parent 87519a0 commit 48348fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
26+
- name: Pull latest changes (from bump-version)
27+
run: |
28+
git config --global user.email "[email protected]"
29+
git config --global user.name "GitHub Actions"
30+
git pull origin ${{ github.ref_name }}
2631
2732
- name: Setup Node.js
2833
uses: ./.github/actions

0 commit comments

Comments
 (0)