Skip to content

Commit dc05aef

Browse files
committed
[ci] Fetching all history and trunk
[skip ci]
1 parent ea4ecca commit dc05aef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stage-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
steps:
2727
- name: Checkout repo
2828
uses: actions/checkout@v4
29+
with:
30+
fetch-depth: '0'
31+
ref: 'trunk'
2932
- name: Extract version from branch name
3033
if: github.event.pull_request.merged == true
3134
run: |

0 commit comments

Comments
 (0)