mirror of
https://github.com/ZCShou/GoGoGo.git
synced 2026-06-13 21:00:55 +08:00
<other>(github): fix release actions
This commit is contained in:
parent
addab34c8d
commit
81f4218c63
8
.github/workflows/build-release.yml
vendored
8
.github/workflows/build-release.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
# https://github.com/marketplace/actions/auto-changelog
|
||||
# require commit format are "type(category): description [flag]"
|
||||
- name: Make Changelog
|
||||
uses: ardalanamini/auto-changelog@v4
|
||||
uses: ardalanamini/auto-changelog@v4.0.0
|
||||
id : changelog
|
||||
with:
|
||||
github-token : ${{ github.token }}
|
||||
@ -69,14 +69,14 @@ jobs:
|
||||
mention-authors : true
|
||||
mention-new-contributors: true
|
||||
include-compare-link : true
|
||||
include-pr-lints : true
|
||||
include-commit-lints : 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
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user