File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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
6059 pnpm exec nx release ${{ github.event.inputs.version || '' }} --verbose --dryRun=${{ github.event.inputs.dryRun }} --yes
6160
6261 env :
Original file line number Diff line number Diff line change 9393 "defaultBase" : " main" ,
9494 "release" : {
9595 "version" : {
96- "conventionalCommits" : true
96+ "conventionalCommits" : true ,
97+ "preVersionCommand" : " pnpm lib:build"
9798 },
9899 "git" : {
99100 "commitMessage" : " chore(flowbite-angular): {version}"
You can’t perform that action at this time.
0 commit comments