Skip to content

Commit c91e479

Browse files
committed
Revert "bump wrangler-action"
This reverts commit d892e6c.
1 parent d892e6c commit c91e479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
key: node-modules-${{ hashFiles('package-lock.json') }}
3434
restore-keys: node-modules-
3535
- name: cloudflare workers publish
36-
uses: cloudflare/wrangler-action@v3.12.1
36+
uses: cloudflare/wrangler-action@v3
3737
with:
3838
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3939
preCommands: |

0 commit comments

Comments
 (0)