File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5656 git config user.email "github-actions[bot]@users.noreply.github.com"
5757 git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
5858 echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
59+ pnpm lib:build
5960 pnpm exec nx release ${{ github.event.inputs.version || '' }} --verbose --dryRun=${{ github.event.inputs.dryRun }} --yes
6061
6162 env :
Original file line number Diff line number Diff line change 4040 "rxjs" : " ^7.4.0" ,
4141 "tailwind-merge" : " 2.5.5" ,
4242 "tailwindcss" : " ^4.0.0"
43+ },
44+ "publishConfig" : {
45+ "access" : " public" ,
46+ "directory" : " ../../dist/libs/flowbite-angular"
4347 }
4448}
Original file line number Diff line number Diff line change 9393 "defaultBase" : " main" ,
9494 "release" : {
9595 "version" : {
96- "conventionalCommits" : true ,
97- "preVersionCommand" : " pnpm lib:build"
96+ "conventionalCommits" : true
9897 },
9998 "git" : {
10099 "commitMessage" : " chore(flowbite-angular): {version}"
105104 "createRelease" : " github"
106105 }
107106 },
108- "projects" : [" libs/ flowbite-angular" ],
107+ "projects" : [" flowbite-angular" ],
109108 "releaseTagPattern" : " flowbite-angular@v{version}"
110109 }
111110}
You can’t perform that action at this time.
0 commit comments