Skip to content

Commit

Permalink
fix release body path
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Mar 7, 2024
1 parent 018057a commit 24cb006
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
if: github.ref_type == 'tag'
run: |
csplit -s CHANGELOG.md "/^## /" {1}
cat xx01 > release_nots.md
cat xx01 > release_notes.md
- name: build manifest
if: github.ref_type == 'tag'
Expand All @@ -188,12 +188,12 @@ jobs:
if: github.ref_type == 'tag'
id: create_release
with:
files: manifest.yaml
files: |
manifest.yaml
draft: false
prerelease: false
name: ${{ github.ref_name }}
tag_name: ${{ github.ref }}
body_path: |
release_notes.md
body_path: release_notes.md
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 24cb006

Please sign in to comment.