Skip to content

Commit

Permalink
Fix migrations script
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Oct 31, 2023
1 parent a44d85a commit cfffd3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Deploy cdk infrastructure
run: npm run deploy:cdk

- name: Migrate users database
run: npm run migrations:users
# - name: Migrate users database
# run: npm run migrations:users

- name: Check out develop
uses: actions/checkout@v3
Expand Down

0 comments on commit cfffd3f

Please sign in to comment.