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 38e1a38 commit 37e4fc4Copy full SHA for 37e4fc4
.github/workflows/deploy-master-to-prod.yml
@@ -9,6 +9,9 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
+ # Workaround for https://github.com/cloudflare/wrangler-action/issues/286
13
+ - name: Install dependencies
14
+ run: npm ci
15
- name: wrangler publish
16
uses: cloudflare/wrangler-action@v3
17
with:
0 commit comments