Skip to content

Commit

Permalink
Update wrangler
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Dec 18, 2024
1 parent 0fb03a1 commit 009aa0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: ⏬ Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: ⏬ Install tinysearch
- name: ⏬ Install tinysearch
run: |
set -e
curl -sSL https://github.com/tinysearch/tinysearch/releases/download/v0.8.2/tinysearch-v0.8.2-x86_64-unknown-linux-gnu.tar.gz | tar xz
Expand All @@ -54,7 +54,7 @@ jobs:
- name: ⏬ Install terser
run: sudo npm install -g terser

# Ideally we'd install ImageMagick 7 here because it provides the new `magick` binary that we later.
# However it's quite tedious to do right now, see
# https://github.com/walterbm/rusty-resizer/blob/33295758168171d3ad022e9e4938525f2d264017/.github/workflows/ci.yml#L13-L27
Expand All @@ -75,6 +75,6 @@ jobs:

- name: 🤠 Publish
if: github.ref == 'refs/heads/master'
uses: cloudflare/wrangler-action@1.3.0
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}

0 comments on commit 009aa0f

Please sign in to comment.