Skip to content

Commit 7231d53

Browse files
committed
fetch tags
1 parent 67db747 commit 7231d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-proposal-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Merge the main branch into the release branch
7878
run: |
79-
git fetch origin "${{ env.RELEASE_BRANCH }}"
79+
git fetch origin "${{ env.RELEASE_BRANCH }}" --tags
8080
git checkout "${{ env.RELEASE_BRANCH }}"
8181
8282
if ! git merge origin/"${{ env.MAIN_BRANCH }}"; then

0 commit comments

Comments
 (0)