Skip to content

Commit c805272

Browse files
committed
facepalm: fix release beta ci
1 parent dfd3726 commit c805272

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/release-beta.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,14 @@ jobs:
1515
node-version: '18'
1616
registry-url: https://registry.npmjs.org/
1717

18-
- uses: pnpm/[email protected]
19-
with:
20-
version: 6.32.10
21-
2218
- name: Install dependencies
23-
run: pnpm install
19+
run: npm install
2420

2521
- name: Test
26-
run: pnpm test
27-
28-
- name: Compile
29-
run: pnpm build
22+
run: npm run test
3023

3124
- name: Publish
3225
run: |
33-
cd dist
3426
npm publish --tag beta
3527
env:
3628
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)