Skip to content

Commit 81f4218

Browse files
committed
<other>(github): fix release actions
1 parent addab34 commit 81f4218

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# https://github.com/marketplace/actions/auto-changelog
4848
# require commit format are "type(category): description [flag]"
4949
- name: Make Changelog
50-
uses: ardalanamini/auto-changelog@v4
50+
uses: ardalanamini/auto-changelog@v4.0.0
5151
id : changelog
5252
with:
5353
github-token : ${{ github.token }}
@@ -69,14 +69,14 @@ jobs:
6969
mention-authors : true
7070
mention-new-contributors: true
7171
include-compare-link : true
72-
include-pr-lints : true
73-
include-commit-lints : true
72+
#include-pr-lints : true
73+
#include-commit-lints : true
7474
semver : true
7575
use-github-autolink : true
7676

7777
# https://github.com/marketplace/actions/gh-release
7878
- name: Release APK
79-
uses: softprops/action-gh-release@v1
79+
uses: softprops/action-gh-release@v0.1.15
8080
if: startsWith(github.ref, 'refs/tags/')
8181
with:
8282
token: ${{ github.token }}

0 commit comments

Comments
 (0)