mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-05 21:00:50 +08:00
<other>(github): fix release actions
This commit is contained in:
parent
ab0ecf1aa5
commit
e69894dd2a
12
.github/workflows/build-release.yml
vendored
12
.github/workflows/build-release.yml
vendored
@ -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
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user