Skip to content

Commit

Permalink
fix: wrong version
Browse files Browse the repository at this point in the history
  • Loading branch information
alessioC42 committed Feb 3, 2024
1 parent 1b775ab commit a549756
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: buildAndDeployWorker
on: push
name: Deploy

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v2
- name: Publish
uses: cloudflare/wrangler-action@1.3.0
- uses: actions/checkout@v3
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}

0 comments on commit a549756

Please sign in to comment.