We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263bf4c commit c28e049Copy full SHA for c28e049
1 file changed
.github/workflows/release.yml
@@ -405,7 +405,7 @@ jobs:
405
BRANCH: ${{ env.RC_BRANCH }}
406
with:
407
script: |
408
- const scriptPath = `${{ github.workspace }}/.github/workflows/scripts/notify-rc.js`;
+ const scriptPath = `${{ github.workspace }}/.github/workflows/scripts/rc-notify.js`;
409
const { default: script } = await import(scriptPath);
410
await script({github, process});
411
0 commit comments