Skip to content

Commit

Permalink
chore: use wrangler deploy instead of publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Garg authored May 25, 2023
1 parent 6f2cd59 commit 7e69806
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish on workers.dev
name: Deploy on workers.dev

on:
push:
Expand All @@ -22,4 +22,4 @@ jobs:
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: publish
command: deploy

0 comments on commit 7e69806

Please sign in to comment.