From 1ed7925be3093d657c95ba3872068900053d9f3e Mon Sep 17 00:00:00 2001 From: Evan Yamanishi Date: Wed, 13 Dec 2023 10:34:38 -0500 Subject: [PATCH] ci: use correct prepare action --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e0af6885a..0a63a8ea0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Prepare ✅ - uses: ./.github/composites/prepare + uses: ./.github/actions/prepare - name: Build 🔧 run: npm run build - name: Publish 🚀 @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Prepare ✅ - uses: ./.github/composites/prepare + uses: ./.github/actions/prepare - name: Build 🔧 run: npm run build - name: Publish 🚀