Skip to content

Commit

Permalink
Remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
FYLSen committed Apr 12, 2024
1 parent da6e00c commit c653d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-CloudflareWorkers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v3
uses: cloudflare/wrangler-action
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
command: deploy --var VERSION:${{ github.sha }}

0 comments on commit c653d9f

Please sign in to comment.