Skip to content

Commit

Permalink
Merge pull request #323 from etn-ccis/fix/use-npm-publish
Browse files Browse the repository at this point in the history
Use npm publish
  • Loading branch information
ektaghag-eaton authored Apr 19, 2024
2 parents e5a0a54 + 3ffe6d1 commit d48df3d
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 @@ -155,5 +155,5 @@ jobs:
registry-url: 'https://registry.npmjs.org'
cache-dependency-path: login-workflow
- run: yarn --frozen-lockfile
- run: yarn publish:package -b ${{env.BRANCH}}
- run: npm run publish:package -b ${{env.BRANCH}}
working-directory: login-workflow

0 comments on commit d48df3d

Please sign in to comment.