From f2725ce86f439867c4d4b5d124532ffc5acccf65 Mon Sep 17 00:00:00 2001 From: Gabriel Massadas Date: Sun, 17 Sep 2023 15:14:19 +0100 Subject: [PATCH] Update github action to always get the latest version --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 776cf40..7b82999 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,6 +25,8 @@ jobs: R2EXPLORER_DOMAIN: ${{ vars.R2EXPLORER_DOMAIN }} CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }} run: node packages/github-action/prepareDeploy.js + - name: Get latest version + run: cd packages/github-action && npm install && npm install --save r2-explorer@latest - name: Deploy uses: cloudflare/wrangler-action@v3 with: