We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bc0cb commit 5ecb418Copy full SHA for 5ecb418
.github/workflows/release.yaml
@@ -8,6 +8,7 @@ name: release
8
9
jobs:
10
build:
11
+ name: tag release
12
runs-on: ubuntu-latest
13
steps:
14
- name: Export RELEASE_TAG var
@@ -28,4 +29,4 @@ jobs:
28
29
with:
30
draft: true
31
files: out/*
- body_path: releasenotes/releasenotes.md
32
+ body_path: releasenotes/${{ env.RELEASE_TAG }}.md
0 commit comments