Skip to content

Commit

Permalink
build: fix npm-publish-github-packages.yml (#24)
Browse files Browse the repository at this point in the history
* build: fix npm-publish-github-packages.yml

* Update package.json
  • Loading branch information
Leo310 authored Apr 30, 2024
1 parent 53a8905 commit 3a69306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "papa-ts",
"version": "0.5.5",
"version": "0.5.6",
"description": "Backend for your Personal Assistant, powered by Private AI (aka PAPA)",
"main": "dist/index",
"types": "dist/index",
Expand Down

0 comments on commit 3a69306

Please sign in to comment.