diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0c3b80..311ac14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: uses: TriPSs/conventional-changelog-action@v3 with: github-token: ${{ secrets.GITHUB_TOKEN }} - version-file: "./package.json,./package-lock.json,./config/app.json" + version-file: "./package.json,./package-lock.json,./src/config/app.json" git-branch: "release-from-${{ github.sha }}" skip-git-pull: true