Skip to content

Commit b305ffb

Browse files
authored
Fetch before merging
1 parent 3bbd70d commit b305ffb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
ref: ${{ github.event.inputs.tag }}
2525

2626
- name: Merge sailthru changes
27-
run: git merge origin/sailthru
27+
run: |
28+
git fetch
29+
git merge origin/sailthru
2830
2931
- name: Setup Node.js
3032
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)