Skip to content

Commit f719455

Browse files
committed
Trying to fix once again the merge step
1 parent 35b6061 commit f719455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Merge latest code
2727
run: |
2828
git fetch --prune
29-
git merge refs/tags/${{ github.ref_name }}
29+
git merge ${{ github.ref_name }}
3030
3131
- name: Set up python
3232
id: setup-python

0 commit comments

Comments
 (0)