Skip to content

Commit

Permalink
<other>(github): fix release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed May 4, 2023
1 parent ab0ecf1 commit e69894d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
uses: ardalanamini/auto-changelog@v4
id: changelog
with:
github-token: ${{ github.token }}
commit-types: |
github-token : ${{ github.token }}
commit-types : |
breaking: Breaking Changes
feat: New Features
fix: Bug Fixes
Expand All @@ -66,10 +66,12 @@ jobs:
chore: Chores
other: Other Changes
default-commit-type: Other Changes
mention-authors: false
mention-new-contributors: true
include-compare: false
semver: false
include-compare-link : true
include-pr-lints : true
include-commit-lints : true
semver : true
use-github-autolink : true

# https://github.com/marketplace/actions/gh-release
- name: Release APK
Expand Down

0 comments on commit e69894d

Please sign in to comment.