diff --git a/.github/workflows/gen_apk.yml b/.github/workflows/gen_apk.yml index 0ab66f2..95857ac 100644 --- a/.github/workflows/gen_apk.yml +++ b/.github/workflows/gen_apk.yml @@ -100,7 +100,7 @@ AgInEA==" - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: v$(date '+%Y%m%d%H%M%S')${{github.run_id}} + automatic_release_tag: v${{github.run_id}} title: "apk打包结果 ${{secrets.QL_URL}}" prerelease: false files: |