fix release flow

This commit is contained in:
c9s 2021-12-07 17:05:55 +08:00
parent 7ca9e37270
commit 02ea9840e2

View File

@ -38,7 +38,7 @@ jobs:
with: with:
tag_name: ${{ github.ref }} tag_name: ${{ github.ref }}
release_name: BBGO ${{ github.ref }} release_name: BBGO ${{ github.ref }}
body_path: doc/release/${{ github.ref }}.md body_path: doc/release/${{ steps.get_version.outputs.VERSION }}.md
# body: | # body: |
# ## Features # ## Features
# - PR - title # - PR - title