Skip to content

Commit

Permalink
fix version issue, add migrations to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hurby24 committed Sep 9, 2024
1 parent fd2ce4e commit 9b0eff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ node_modules
dist
.wrangler
.dev.vars
migrations

# Change them to your taste:
package-lock.json
yarn.lock
pnpm-lock.yaml
Expand Down

0 comments on commit 9b0eff8

Please sign in to comment.