Skip to content

Commit de26b35

Browse files
committed
Use correct path for release notes script (final)
1 parent c696a1f commit de26b35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
PREV_TAG: ${{ steps.prev_tag.outputs.tag }}
5151
REPO: ${{ github.repository }}
5252
OUTPUT_FILE: release_notes.md
53-
run: node scripts/generateReleaseNotes.mjs
53+
run: node scripts/generateReleaseNotes.mts
5454

5555
- name: Release
5656
uses: softprops/action-gh-release@v3

0 commit comments

Comments
 (0)