Skip to content

Commit

Permalink
Merge pull request #109 from etn-ccis/fix/publish
Browse files Browse the repository at this point in the history
fix publish
  • Loading branch information
joebochill authored May 9, 2024
2 parents 25ce990 + c680af3 commit c3a347f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ 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}}

0 comments on commit c3a347f

Please sign in to comment.