Skip to content

Commit 81bf615

Browse files
authored
chore: fix scheduled release process (#686)
1 parent e534cd7 commit 81bf615

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)