Skip to content

Commit e5b116a

Browse files
committed
fix: github action
1 parent fd27db1 commit e5b116a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
18+
with:
19+
fetch-depth: 0
20+
token: ${{ secrets.CI_GITHUB_TOKEN }}
1821
- name: Install
1922
run: yarn install --frozen-lockfile
2023
- name: Build

0 commit comments

Comments
 (0)