Skip to content

Commit 6c141ff

Browse files
committed
feat: trigger ci
1 parent 9dea19a commit 6c141ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
with:
14+
fetch-depth: 0
15+
persist-credentials: false
1316
- uses: actions/setup-node@v3
1417
with:
1518
node-version: lts/*

0 commit comments

Comments
 (0)