Skip to content

Commit 5ecb418

Browse files
Fix body_path in the release.yaml
1 parent 26bc0cb commit 5ecb418

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name: release
88

99
jobs:
1010
build:
11+
name: tag release
1112
runs-on: ubuntu-latest
1213
steps:
1314
- name: Export RELEASE_TAG var
@@ -28,4 +29,4 @@ jobs:
2829
with:
2930
draft: true
3031
files: out/*
31-
body_path: releasenotes/releasenotes.md
32+
body_path: releasenotes/${{ env.RELEASE_TAG }}.md

0 commit comments

Comments
 (0)