We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67db747 commit 7231d53Copy full SHA for 7231d53
.github/workflows/release-proposal-dispatch.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Merge the main branch into the release branch
78
run: |
79
- git fetch origin "${{ env.RELEASE_BRANCH }}"
+ git fetch origin "${{ env.RELEASE_BRANCH }}" --tags
80
git checkout "${{ env.RELEASE_BRANCH }}"
81
82
if ! git merge origin/"${{ env.MAIN_BRANCH }}"; then
0 commit comments