Skip to content

Commit 9b2cbe7

Browse files
committed
Fetch all??
1 parent ad57099 commit 9b2cbe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2
12+
with:
13+
fetch-depth: 0
1214

1315
- name: Install
1416
run: npm ci
@@ -19,7 +21,6 @@ jobs:
1921
run: |
2022
git config --global user.name "Beep boop bot"
2123
git config --global user.email "alexieyizhe@gmail.com"
22-
git fetch origin release
2324
2425
npm run build
2526

0 commit comments

Comments
 (0)