Replace npm publish with bun publish in cli workflow

This commit is contained in:
Dillon DuPont
2025-11-14 16:58:40 -05:00
parent 84a8481e1e
commit ffbaee7d3a

View File

@@ -90,7 +90,7 @@ jobs:
working-directory: ./libs/typescript/cua-cli
run: |
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
npm publish --access public
bun publish
create-release:
needs: [build-and-publish, publish-npm]