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 08e20c6 commit 80c196fCopy full SHA for 80c196f
.github/workflows/CD.yml
@@ -31,4 +31,5 @@ jobs:
31
- uses: JS-DevTools/npm-publish@v3
32
with:
33
access: "public"
34
+ tag: "next"
35
token: ${{ secrets.NPM_TOKEN }}
.github/workflows/CI.yml
@@ -58,3 +58,18 @@ jobs:
58
59
- name: Build
60
run: pnpm build
61
+
62
+ npm:
63
+ runs-on: ubuntu-latest
64
+ steps:
65
+ - uses: P5-wrapper/setup-action@v1.0.6
66
67
+ - name: Build the component
68
+ run: pnpm build:component
69
70
+ - uses: JS-DevTools/npm-publish@v3
71
+ with:
72
+ access: "public"
73
74
+ dry-run: true
75
+ token: ${{ secrets.NPM_TOKEN }}
0 commit comments