From 96260f09ac721326f6a6eba9bb8316d6095c9852 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 2 Dec 2024 10:27:49 +0800 Subject: [PATCH] uses: softprops/action-gh-release@v2; fill args --- .github/workflows/docker-build.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index d23f2cf..3d0c544 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -98,6 +98,18 @@ jobs: name: latest tag_name: v1.0 make_latest: true + token: ${{ github.token }} #Defaults to ${{ github.token }} + body: | + Automated release-2024 for tag ${{ github.ref }} + # append_body + # generate_release_notes + draft: false + prerelease: false + preserve_order: true + fail_on_unmatched_files: false + # repository: #Defaults to GITHUB_REPOSITORY env variable + # body_path: + # target_commitish # files: ebook.pdf files: | ebook.pdf