Skip to content

Commit 5d43b84

Browse files
committed
fix: action
1 parent df068e8 commit 5d43b84

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,9 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
18-
with:
19-
persist-credentials: false
2018
- name: Install
2119
run: yarn install --frozen-lockfile
2220
- name: Build
2321
run: yarn build
2422
- name: Release
2523
run: yarn release
26-
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)