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 56
56
git config user.email "github-actions[bot]@users.noreply.github.com"
57
57
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
58
58
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
59
- pnpm lib:build
60
59
pnpm exec nx release ${{ github.event.inputs.version || '' }} --verbose --dryRun=${{ github.event.inputs.dryRun }} --yes
61
60
62
61
env :
Original file line number Diff line number Diff line change 93
93
"defaultBase" : " main" ,
94
94
"release" : {
95
95
"version" : {
96
- "conventionalCommits" : true
96
+ "conventionalCommits" : true ,
97
+ "preVersionCommand" : " pnpm lib:build"
97
98
},
98
99
"git" : {
99
100
"commitMessage" : " chore(flowbite-angular): {version}"
You can’t perform that action at this time.
0 commit comments