Skip to content

Commit 3ea418a

Browse files
Fix Workers Shared Production deploy workflow (#7995)
1 parent b995680 commit 3ea418a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workers-shared-deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: ./.github/actions/install-dependencies
1616

1717
- name: Deploy
18-
run: pnpm deploy
18+
run: pnpm run deploy
1919
working-directory: packages/workers-shared
2020
env:
2121
WORKERS_DEPLOY_AND_CONFIG_CLOUDFLARE_API_TOKEN: ${{ secrets.WORKERS_DEPLOY_AND_CONFIG_CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)