Skip to content

Commit befc448

Browse files
committed
chore: fix ci
1 parent 6676f0d commit befc448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
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:

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
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}"

0 commit comments

Comments
 (0)