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 d49935d commit 7acc7bcCopy full SHA for 7acc7bc
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
pnpm --filter "@wdio/devtools-service" build
57
pnpm --filter "@wdio/devtools-app" build
58
- name: Release
59
- run: pnpm -C . run release:ci -- ${{ github.event.inputs.releaseType }}
+ run: pnpm -r publish --access public --no-git-checks
60
env:
61
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -7,8 +7,7 @@
7
"dev": "pnpm --parallel dev",
8
"preview": "pnpm --parallel preview",
9
"test": "pnpm --parallel test",
10
- "watch": "pnpm build --watch",
11
- "release:ci": "pnpm -r publish --access public --no-git-checks"
+ "watch": "pnpm build --watch"
12
},
13
"devDependencies": {
14
"@types/node": "^24.3.0",
0 commit comments