Skip to content

Commit

Permalink
build: add publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
huanhuanwa committed Jul 16, 2024
1 parent e7ee329 commit 59ef681
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
npm run pub
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish-next
if: startsWith(github.head_ref, 'release-auto-next-v')
run: |
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"type": "git",
"url": "https://github.com/worktile/ai-table"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.0.2",
Expand Down

0 comments on commit 59ef681

Please sign in to comment.