Skip to content

Commit

Permalink
Merge pull request #325 from etn-ccis/fix/publish
Browse files Browse the repository at this point in the history
Fix publish command
  • Loading branch information
JeffGreiner-eaton authored May 9, 2024
2 parents 24adcd0 + c185443 commit 0709883
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 @@ -102,7 +102,7 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- run: yarn --immutable
- run: npm run publish:package -b ${{env.BRANCH}}
- run: npm run publish:package -- -b ${{env.BRANCH}}
working-directory: packages/icon-font

publish_icons_svg:
Expand All @@ -127,7 +127,7 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- run: yarn --immutable
- run: npm run publish:package -b ${{env.BRANCH}}
- run: npm run publish:package -- -b ${{env.BRANCH}}
working-directory: packages/svg

publish_icons_mui:
Expand All @@ -152,7 +152,7 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- run: yarn --immutable
- run: npm run publish:package -b ${{env.BRANCH}}
- run: npm run publish:package -- -b ${{env.BRANCH}}
working-directory: packages/mui

publish_rn_vector_icons:
Expand All @@ -177,5 +177,5 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- run: yarn --immutable
- run: npm run publish:package -b ${{env.BRANCH}}
- run: npm run publish:package -- -b ${{env.BRANCH}}
working-directory: packages/rn-vector

0 comments on commit 0709883

Please sign in to comment.