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 addab34 commit 81f4218
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 81f4218

Please sign in to comment.