Skip to content

Commit

Permalink
Fix parameter (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored May 30, 2023
1 parent 20e10c8 commit f10de2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Generate the release notes document
run: |
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
- name: Archive the generated release notes
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f10de2a

Please sign in to comment.