From 7f4476c9d28c4a32f83c9940729b7dca3537e70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E6=B0=B4?= <53346444+ArchiDog1998@users.noreply.github.com> Date: Sat, 6 Apr 2024 12:31:53 +0800 Subject: [PATCH] fix: repo name. --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b2d5874..dba341f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -75,5 +75,5 @@ jobs: uses: peter-evans/repository-dispatch@v2 with: token: ${{ secrets.PAT }} - repository: ${{ github.repository_owner }}/Dalamud_Plugins + repository: ${{ github.repository_owner }}/DalamudPlugins event-type: new-release