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