Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 27da70f

Browse files
committed
fix: version in app config
1 parent c204f41 commit 27da70f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
uses: TriPSs/conventional-changelog-action@v5
3939
with:
4040
github-token: ${{ secrets.GITHUB_TOKEN }}
41-
version-file: './package.json,./package-lock.json,./src/config/app.json'
41+
#version-file: './package.json,./package-lock.json,./src/config/app.json'
42+
version-file: './package.json,./package-lock.json'
4243
git-branch: 'release-from-${{ github.sha }}'
4344
skip-git-pull: true
4445

0 commit comments

Comments
 (0)