Skip to content

Commit

Permalink
set path on working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Apr 22, 2024
1 parent 55bfd64 commit 76f76b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: yarn --frozen-lockfile
- run: npm run publish:package -b ${{env.BRANCH}}
working-directory: icon-font
working-directory: packages/icon-font

publish_icons_svg:
runs-on: ubuntu-latest
Expand All @@ -128,7 +128,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: yarn --frozen-lockfile
- run: npm run publish:package -b ${{env.BRANCH}}
working-directory: svg
working-directory: packages/svg

publish_icons_mui:
runs-on: ubuntu-latest
Expand All @@ -153,7 +153,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: yarn --frozen-lockfile
- run: npm run publish:package -b ${{env.BRANCH}}
working-directory: mui
working-directory: packages/mui

publish_rn_vector_icons:
runs-on: ubuntu-latest
Expand All @@ -178,4 +178,4 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: yarn --frozen-lockfile
- run: npm run publish:package -b ${{env.BRANCH}}
working-directory: rn-vector
working-directory: packages/rn-vector

0 comments on commit 76f76b1

Please sign in to comment.