Skip to content

Commit 1744d37

Browse files
authored
chore: add track main branch step to release workflow [] (#2438)
1 parent 6b24177 commit 1744d37

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
fetch-depth: 0
4343
ref: ${{ github.event.workflow_run.head_branch || github.ref }}
4444
token: ${{ steps.vault.outputs.GITHUB_TOKEN }}
45+
46+
- name: Track main branch
47+
run: git branch -f main origin/main
4548

4649
- name: Get Automation Bot User ID
4750
id: get-user-id

0 commit comments

Comments
 (0)