From 64854791174b0f4b2800524eb93422fc3aced20a Mon Sep 17 00:00:00 2001 From: "Matt Wicks [SSW]" Date: Tue, 17 Sep 2024 06:28:50 +1000 Subject: [PATCH] dispatch-create-whats-new-page - fix script location --- .github/workflows/dispatch-create-whats-new-page.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch-create-whats-new-page.yml b/.github/workflows/dispatch-create-whats-new-page.yml index 3deae5b5c..68f7e8c3c 100644 --- a/.github/workflows/dispatch-create-whats-new-page.yml +++ b/.github/workflows/dispatch-create-whats-new-page.yml @@ -29,7 +29,7 @@ jobs: - name: Create What's New Page run: | - ./scripts/create-whats-new-page.sh + ./scripts/create-release-notes.sh env: PROJECT_NAME: ${{ github.event.inputs.project }} VERSION_NUMBER: ${{ github.event.inputs.versionNumber }}