Skip to content

Commit

Permalink
fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Dec 7, 2021
1 parent a07a529 commit 035c683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
tag_name: ${{ 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: |
# ## Features
# - PR - title
Expand Down

0 comments on commit 035c683

Please sign in to comment.