Skip to content

Commit

Permalink
fix: version file
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Aug 11, 2024
1 parent 8f5943d commit 969cdb9
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 @@ -14,7 +14,7 @@ jobs:
uses: TriPSs/conventional-changelog-action@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
version-file: './package.json,./package-lock.json'
version-file: './package.json'
- name: Create Release
uses: ncipollo/release-action@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
Expand Down

0 comments on commit 969cdb9

Please sign in to comment.