From 81f4218c63d51eb1143cb3f2d273bd414f92a30d Mon Sep 17 00:00:00 2001 From: ZCShou <72115@163.com> Date: Thu, 4 May 2023 11:17:18 +0800 Subject: [PATCH] (github): fix release actions --- .github/workflows/build-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 0a97045..0f1a004 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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 }}