Skip to content

Commit

Permalink
Test ls
Browse files Browse the repository at this point in the history
  • Loading branch information
mzogheib committed Jul 14, 2024
1 parent b0a2f3d commit 4033582
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/root__publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@ jobs:
shell: bash
run: yarn install --immutable

- name: Release
shell: bash
run: yarn release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: ls -al packages/lib
- run: ls -al packages/client-lib
- run: ls -al packages/ui-primitives
- run: ls -al packages/ui-components

# - name: Release
# shell: bash
# run: yarn release
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4033582

Please sign in to comment.