We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0de01 commit 647f6d7Copy full SHA for 647f6d7
.github/workflows/generate-release-notes.yml
@@ -1,4 +1,3 @@
1
-# .github/workflows/generate-release.yml
2
name: Generate and Store Release Notes
3
4
on:
@@ -34,7 +33,7 @@ jobs:
34
33
- name: Convert AsciiDoc to HTML
35
run: |
36
VERSION=${{ inputs.version }}
37
- INPUT_FILE="versions/v${VERSION}/modules/en/pages/release-notes/${VERSION}.adoc"
+ INPUT_FILE="versions/${VERSION}/modules/en/pages/release-notes/${VERSION}.adoc"
38
OUTPUT_FILE="${VERSION}.html"
39
40
if [ ! -f "$INPUT_FILE" ]; then
0 commit comments