We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d4787 commit 6b479bbCopy full SHA for 6b479bb
.github/workflows/publish_release.yml
@@ -26,12 +26,12 @@ jobs:
26
with:
27
ref: main
28
- name: Merge release tag to main
29
- uses: everlytic/branch-merge@1.1.2
+ uses: devmasx/merge-branch@v1.3.1
30
31
+ type: now
32
+ from_branch: ref/tags/${{ env.RELEASE_VERSION }}
33
+ target_branch: main
34
github_token: ${{ github.token }}
- source_ref: ref/tags/${{ env.RELEASE_VERSION }}
- target_branch: refs/heads/main
- commit_message_template: '[Automated] Merged {source_ref} into target {target_branch}'
35
- name: Push to GitHub Packages
36
uses: docker/build-push-action@v2.3.0
37
0 commit comments