We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd3726 commit c805272Copy full SHA for c805272
.github/workflows/release-beta.yml
@@ -15,22 +15,14 @@ jobs:
15
node-version: '18'
16
registry-url: https://registry.npmjs.org/
17
18
- - uses: pnpm/[email protected]
19
- with:
20
- version: 6.32.10
21
-
22
- name: Install dependencies
23
- run: pnpm install
+ run: npm install
24
25
- name: Test
26
- run: pnpm test
27
28
- - name: Compile
29
- run: pnpm build
+ run: npm run test
30
31
- name: Publish
32
run: |
33
- cd dist
34
npm publish --tag beta
35
env:
36
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments