Skip to content

Commit f10de2a

Browse files
authored
Fix parameter (#6)
Signed-off-by: Jeff MAURY <[email protected]>
1 parent 20e10c8 commit f10de2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-notes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Generate the release notes document
6464
run: |
65-
node tools/dist/release-notes-generator.js --milestone ${{ github.event.inputs.version }} --user jeffmaury --repo test-release-notes >rn.md
65+
node tools/dist/release-notes-generator.js --milestone ${{ github.event.inputs.milestone }} --user jeffmaury --repo test-release-notes >rn.md
6666
6767
- name: Archive the generated release notes
6868
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)