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

Commit b8c4a78

Browse files
authored
fix: release action
1 parent 409147f commit b8c4a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: TriPSs/conventional-changelog-action@v3
3030
with:
3131
github-token: ${{ secrets.GITHUB_TOKEN }}
32-
version-file: "./package.json,./package-lock.json,./src/config/app.json"
32+
version-file: "./package.json,./package-lock.json"
3333
git-branch: "release-from-${{ github.sha }}"
3434
skip-git-pull: true
3535

0 commit comments

Comments
 (0)