Skip to content

Commit

Permalink
uses: softprops/action-gh-release@v2; fill args
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Dec 2, 2024
1 parent 9ea3df3 commit 96260f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96260f0

Please sign in to comment.