Skip to content

Commit c28e049

Browse files
fix: typo in script name (#1918)
Signed-off-by: matttrach <matt.trachier@suse.com> Co-authored-by: Matt Trachier <matt.trachier@suse.com>
1 parent 263bf4c commit c28e049

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
@@ -405,7 +405,7 @@ jobs:
405405
BRANCH: ${{ env.RC_BRANCH }}
406406
with:
407407
script: |
408-
const scriptPath = `${{ github.workspace }}/.github/workflows/scripts/notify-rc.js`;
408+
const scriptPath = `${{ github.workspace }}/.github/workflows/scripts/rc-notify.js`;
409409
const { default: script } = await import(scriptPath);
410410
await script({github, process});
411411

0 commit comments

Comments
 (0)