Skip to content

Commit

Permalink
chore: remove erd from build
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Apr 2, 2021
1 parent 0cc602f commit 0614471
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
# - Docker push
# - Helm package
# - Upgrade helm

publish:
name: Release
needs: build
Expand All @@ -49,9 +48,9 @@ jobs:
skip-commit: true
preset: 'angular'
skip-on-empty: false
- run: npm run gen-erd
name: Generate erd schema
working-directory: code/backend/packages/_shared
# - run: npm run gen-erd
# name: Generate erd schema
# working-directory: code/backend/packages/_shared
- run: npm run release -- ${{ steps.changelog.outputs.version }} --no-git-tag-version --yes --force-publish
name: release Frontend
working-directory: code/frontend
Expand Down

0 comments on commit 0614471

Please sign in to comment.