Skip to content

Commit 70ba988

Browse files
committed
REMOVE merge origin/refname
1 parent 6ea5b15 commit 70ba988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Merge master into release
2424
run: |
2525
git fetch origin ${{ github.ref_name }}
26-
git merge --no-edit ${{ github.ref_name }}
26+
git merge --no-edit origin/${{ github.ref_name }}
2727
- name: Fetch latest release artifact
2828
id: latest
2929
env:

0 commit comments

Comments
 (0)