Skip to content

Commit 63d4787

Browse files
authored
Update publish_release.yml
1 parent 40e2091 commit 63d4787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
github_token: ${{ github.token }}
3232
source_ref: ref/tags/${{ env.RELEASE_VERSION }}
33-
target_branch: 'main'
33+
target_branch: refs/heads/main
3434
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

0 commit comments

Comments
 (0)