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 20e10c8 commit f10de2aCopy full SHA for f10de2a
.github/workflows/release-notes.yaml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Generate the release notes document
64
run: |
65
- node tools/dist/release-notes-generator.js --milestone ${{ github.event.inputs.version }} --user jeffmaury --repo test-release-notes >rn.md
+ node tools/dist/release-notes-generator.js --milestone ${{ github.event.inputs.milestone }} --user jeffmaury --repo test-release-notes >rn.md
66
67
- name: Archive the generated release notes
68
uses: actions/upload-artifact@v2
0 commit comments