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 ad1e11c commit 8efbc7bCopy full SHA for 8efbc7b
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
run: npm i
62
- name: Generate release notes
63
run: |
64
- npx tsx script/generate-release-notes.ts "${{ github.workspace }}/artifacts" "${{ inputs.ref }}" "${{ secrets.GITHUB_TOKEN }}"
+ npx tsx script/generate-release-notes.ts "${{ github.workspace }}/artifacts" "${{ github.ref }}" "${{ secrets.GITHUB_TOKEN }}"
65
RELEASE_NOTES_FILE=script/release_notes.txt
66
if [[ ! -f "$RELEASE_NOTES_FILE" ]]; then
67
echo "$RELEASE_NOTES_FILE does not exist. Something might have gone wrong while generating the release notes."
0 commit comments