Skip to content

Commit fc3fef6

Browse files
authored
chore: use wrangler deploy command instead of deprecated publish
1 parent 4cb69ec commit fc3fef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-scripts-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: cloudflare/wrangler-action@v3
2323
with:
24-
command: publish
24+
command: deploy
2525
workingDirectory: 'worker'
2626
apiToken: ${{ secrets.CF_API_TOKEN }}
2727
accountId: ${{ secrets.CF_ACCOUNT_ID }}

0 commit comments

Comments
 (0)