Skip to content

Commit 7d9fedd

Browse files
committed
REMOVE try to merge current commit
1 parent 1a3c371 commit 7d9fedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
run: |
2121
git config user.name github-actions
2222
git config user.email [email protected]
23-
# - name: Merge master into release
24-
#run: git merge --no-edit origin/master
23+
- name: Merge master into release
24+
run: git merge --no-edit ${{ github.ref }}
2525
- name: Fetch latest release artifact
2626
id: latest
2727
env:

0 commit comments

Comments
 (0)