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 🚀