Skip to content

Commit

Permalink
chore: update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljancar committed Jun 19, 2024
1 parent a0d129f commit b17788a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- name: Install admin-ui dependencies
run: npm install --prefix apps/admin-ui
run: yarn --prefix apps/admin-ui

- name: Publish Admin UI to npm
run: |
Expand Down

0 comments on commit b17788a

Please sign in to comment.