Skip to content

Commit

Permalink
REMOVE merge origin/refname
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Sep 23, 2024
1 parent 6ea5b15 commit 70ba988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Merge master into release
run: |
git fetch origin ${{ github.ref_name }}
git merge --no-edit ${{ github.ref_name }}
git merge --no-edit origin/${{ github.ref_name }}
- name: Fetch latest release artifact
id: latest
env:
Expand Down

0 comments on commit 70ba988

Please sign in to comment.