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 5396aed commit e210e79Copy full SHA for e210e79
.github/workflows/cicd.yaml
@@ -121,9 +121,6 @@ jobs:
121
- name: Install dependencies
122
run: bun install
123
124
- - name: Run build
125
- run: bun run build
126
-
127
- name: release
128
env:
129
GITHUB_TOKEN: ${{ secrets.CUSTOM_GH_TOKEN }}
package.json
@@ -87,6 +87,7 @@
87
[
88
"@semantic-release/npm",
89
{
90
+ "npmPublish": true,
91
"pkgRoot": "dist"
92
}
93
],
0 commit comments