Skip to content

Commit 6b479bb

Browse files
authored
Update publish_release.yml
1 parent 63d4787 commit 6b479bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
with:
2727
ref: main
2828
- name: Merge release tag to main
29-
uses: everlytic/branch-merge@1.1.2
29+
uses: devmasx/merge-branch@v1.3.1
3030
with:
31+
type: now
32+
from_branch: ref/tags/${{ env.RELEASE_VERSION }}
33+
target_branch: main
3134
github_token: ${{ github.token }}
32-
source_ref: ref/tags/${{ env.RELEASE_VERSION }}
33-
target_branch: refs/heads/main
34-
commit_message_template: '[Automated] Merged {source_ref} into target {target_branch}'
3535
- name: Push to GitHub Packages
3636
uses: docker/build-push-action@v2.3.0
3737
with:

0 commit comments

Comments
 (0)