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 f087637 commit d49935dCopy full SHA for d49935d
.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 run release:ci -- ${{github.event.inputs.releaseType}}
+ run: pnpm -C . run release:ci -- ${{ github.event.inputs.releaseType }}
60
env:
61
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments