Skip to content

Commit 8efbc7b

Browse files
committed
Update release.yml
1 parent ad1e11c commit 8efbc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: npm i
6262
- name: Generate release notes
6363
run: |
64-
npx tsx script/generate-release-notes.ts "${{ github.workspace }}/artifacts" "${{ inputs.ref }}" "${{ secrets.GITHUB_TOKEN }}"
64+
npx tsx script/generate-release-notes.ts "${{ github.workspace }}/artifacts" "${{ github.ref }}" "${{ secrets.GITHUB_TOKEN }}"
6565
RELEASE_NOTES_FILE=script/release_notes.txt
6666
if [[ ! -f "$RELEASE_NOTES_FILE" ]]; then
6767
echo "$RELEASE_NOTES_FILE does not exist. Something might have gone wrong while generating the release notes."

0 commit comments

Comments
 (0)