We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b24177 commit 1744d37Copy full SHA for 1744d37
1 file changed
.github/workflows/release.yaml
@@ -42,6 +42,9 @@ jobs:
42
fetch-depth: 0
43
ref: ${{ github.event.workflow_run.head_branch || github.ref }}
44
token: ${{ steps.vault.outputs.GITHUB_TOKEN }}
45
+
46
+ - name: Track main branch
47
+ run: git branch -f main origin/main
48
49
- name: Get Automation Bot User ID
50
id: get-user-id
0 commit comments