Skip to content

Commit 5482587

Browse files
chore: Simplify npm-publish workflow by removing unnecessary fetch-depth and token configuration
1 parent 7157b80 commit 5482587

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v3
19-
with:
20-
fetch-depth: 0
21-
token: ${{ steps.app-token.outputs.token }}
2219

2320
- name: Setup Node.js
2421
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)