Skip to content

Commit 257ad0f

Browse files
committed
fix the publish action
1 parent 9962380 commit 257ad0f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
permissions:
99
contents: read
1010
id-token: write
11-
steps:
11+
1212
steps:
1313
- uses: actions/[email protected]
1414

@@ -25,13 +25,8 @@ jobs:
2525

2626
- run: yarn add [email protected]
2727

28-
- run: yarn run build
29-
30-
- run: yarn run test
31-
32-
- uses: actions/checkout@v4
28+
- run: yarn run prepare-release
3329

34-
- run: npm ci
3530
- run: npm publish --provenance --access public
3631
env:
3732
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)