Skip to content

Commit

Permalink
ci: change wrangler package
Browse files Browse the repository at this point in the history
  • Loading branch information
saulhardman committed Dec 1, 2024
1 parent 5bfe259 commit 967d95d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: |
npx -p @cloudflare/wrangler wrangler publish --env production
npx -p wrangler publish --env production
- name: Update Internet Archive
uses: ./.github/actions/auto-archive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
env:
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: |
npx -p @cloudflare/wrangler wrangler publish --env production
npx -p wrangler publish --env production
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
env:
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: |
npx -p @cloudflare/wrangler wrangler publish --env staging
npx -p wrangler publish --env staging

0 comments on commit 967d95d

Please sign in to comment.