Skip to content

Commit d49935d

Browse files
committed
Release workflow update
1 parent f087637 commit d49935d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
pnpm --filter "@wdio/devtools-service" build
5757
pnpm --filter "@wdio/devtools-app" build
5858
- name: Release
59-
run: pnpm run release:ci -- ${{github.event.inputs.releaseType}}
59+
run: pnpm -C . run release:ci -- ${{ github.event.inputs.releaseType }}
6060
env:
6161
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)