<other>(github): fix release actions

This commit is contained in:
ZCShou 2023-05-04 11:17:18 +08:00
parent addab34c8d
commit 81f4218c63
No known key found for this signature in database
GPG Key ID: 1011EBCEDDDEB03A

View File

@ -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 }}