Skip to content

Commit

Permalink
Update github action to always get the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym committed Sep 17, 2023
1 parent 9997025 commit f2725ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f2725ce

Please sign in to comment.