Skip to content

Commit 2e03489

Browse files
committed
fix: publish workflow
1 parent 31d2e56 commit 2e03489

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ jobs:
1212
matrix:
1313
node-version: [12]
1414
steps:
15-
- uses: actions/checkout@v2
15+
- name: Checkout
16+
uses: actions/checkout@v2
17+
with:
18+
fetch-depth: 0
1619
- uses: actions/setup-node@v1
1720
with:
1821
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)