Skip to content

Commit

Permalink
fix release step of deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Sep 17, 2024
1 parent cdb4721 commit 38b67f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build packages
run: npm run build:core
run: |
npm run build:auth
npm run build:core
- name: Build code
run: npm run build:api
- name: Create Sentry release
Expand Down

0 comments on commit 38b67f2

Please sign in to comment.