Skip to content

Commit

Permalink
Merge pull request #659 from etn-ccis/fix/use-npm-publish
Browse files Browse the repository at this point in the history
Use npm publish
  • Loading branch information
JeffGreiner-eaton authored Apr 19, 2024
2 parents 48eb009 + 5874280 commit f2927e5
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 @@ -264,4 +264,4 @@ jobs:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- run: yarn --frozen-lockfile
- run: yarn publish:package -b ${{env.BRANCH}}
- run: npm run publish:package -b ${{env.BRANCH}}

0 comments on commit f2927e5

Please sign in to comment.