mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 09:58:46 -05:00
call correct release notes generation script
This commit is contained in:
@@ -57,7 +57,7 @@ jobs:
|
||||
- name: 📜 Generate release notes using Node.js
|
||||
run: |
|
||||
yarn add openai
|
||||
node scripts/generateReleaseNotes.js "${{ steps.commits.outputs.messages }}"
|
||||
node scripts/generate-release-notes.js "${{ steps.commits.outputs.messages }}"
|
||||
env:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user