Skip to content

Commit

Permalink
ci: update github-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nuckle committed Dec 20, 2024
1 parent 4f016d6 commit dccfe55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
git checkout -b ${{ env.PR_BRANCH }}
- name: Create Changelog
uses: TriPSs/conventional-changelog-action@dd734f74fce61a6e02f821ee1b5930bc79a23534 # v5
uses: TriPSs/conventional-changelog-action@dd734f74fce61a6e02f821ee1b5930bc79a23534 # v5, angular preset
id: changelog
with:
github-token: ${{ github.token }}
Expand All @@ -70,6 +70,7 @@ jobs:
git-branch: ${{ env.PR_BRANCH }}
skip-git-pull: true
output-file: false
skip-bump: true
version-file: package.json
create-summary: true

Expand Down

0 comments on commit dccfe55

Please sign in to comment.