Skip to content

Commit

Permalink
Merge pull request #176 from zyfra/feat/release_1.0.0-beta.30
Browse files Browse the repository at this point in the history
ci: fix publish
  • Loading branch information
ZurabDev authored Apr 14, 2023
2 parents 822424b + 8e384d7 commit cfb2db8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ jobs:
- run: cd dist/libs/core && npm publish --access public --verbose || exit_code=0
# - run: cd dist/libs/schematics && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/theme && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/charts && ls -ls || exit_code=0
- run: cd dist/libs && ls -ls || exit_code=0
- run: cd dist/libs/charts && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/icons/base && npm publish --access public --verbose || exit_code=0
- run: cd dist/libs/icons/flags && npm publish --access public --verbose || exit_code=0
- run: npx nx build charts-base
- run: cd dist/libs && ls -ls || exit_code=0
- run: cd dist/libs/charts && npm publish --access public --verbose || exit_code=0

- name: Deploy doc to firebase
uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit cfb2db8

Please sign in to comment.