Skip to content

Commit 647f6d7

Browse files
committed
Fix path
1 parent 7e0de01 commit 647f6d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/generate-release-notes.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# .github/workflows/generate-release.yml
21
name: Generate and Store Release Notes
32

43
on:
@@ -34,7 +33,7 @@ jobs:
3433
- name: Convert AsciiDoc to HTML
3534
run: |
3635
VERSION=${{ inputs.version }}
37-
INPUT_FILE="versions/v${VERSION}/modules/en/pages/release-notes/${VERSION}.adoc"
36+
INPUT_FILE="versions/${VERSION}/modules/en/pages/release-notes/${VERSION}.adoc"
3837
OUTPUT_FILE="${VERSION}.html"
3938
4039
if [ ! -f "$INPUT_FILE" ]; then

0 commit comments

Comments
 (0)