Skip to content

Commit

Permalink
Add npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tifrel committed Jan 21, 2025
1 parent 6485111 commit 0812a94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ jobs:
- name: Build project
run: pnpm run build

# TODO: push to npmjs
- name: Publish to npm
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.BITTE_AI_NPM_TOKEN }}

0 comments on commit 0812a94

Please sign in to comment.