Skip to content

Commit be75506

Browse files
committed
ci: update publish script
1 parent 7a88864 commit be75506

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,11 @@ jobs:
1313
id-token: write
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: pnpm/action-setup@v4
1716
- uses: actions/setup-node@v4
1817
with:
1918
node-version: 20
20-
cache: pnpm
21-
registry-url: https://registry.npmjs.org
2219
- uses: denoland/setup-deno@v2
2320
- run: deno task build --minify ${GITHUB_REF#refs/tags/v}
24-
- run: cd dist && pnpm publish --access public
21+
- run: cd dist && npm publish
2522
env:
2623
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)