We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea5b15 commit 70ba988Copy full SHA for 70ba988
.github/workflows/publish.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Merge master into release
24
run: |
25
git fetch origin ${{ github.ref_name }}
26
- git merge --no-edit ${{ github.ref_name }}
+ git merge --no-edit origin/${{ github.ref_name }}
27
- name: Fetch latest release artifact
28
id: latest
29
env:
0 commit comments