Skip to content

Commit 2c226f6

Browse files
committed
chore: fix scheduled release process
1 parent 867d3e2 commit 2c226f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/scheduled-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
15+
ref: main
1316

1417
- name: Setup
1518
id: setup

0 commit comments

Comments
 (0)