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

Commit

Permalink
fix: release action
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Jun 30, 2024
1 parent 409147f commit b8c4a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version-file: "./package.json,./package-lock.json,./src/config/app.json"
version-file: "./package.json,./package-lock.json"
git-branch: "release-from-${{ github.sha }}"
skip-git-pull: true

Expand Down

0 comments on commit b8c4a78

Please sign in to comment.