From 90c48311e54b593a025dc81aade7fdb81353d63d Mon Sep 17 00:00:00 2001 From: cristidas Date: Tue, 23 Apr 2024 11:33:22 +0200 Subject: [PATCH] fixing paths for reusable actions --- .github/workflows/publish-packages-automatically.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-packages-automatically.yaml b/.github/workflows/publish-packages-automatically.yaml index 0178e48e9e..11628befb9 100644 --- a/.github/workflows/publish-packages-automatically.yaml +++ b/.github/workflows/publish-packages-automatically.yaml @@ -52,7 +52,7 @@ jobs: - name: Publish the package to npmjs id: build_image - uses: ./.github/workflows/publish-common-package.yaml + uses: ./.github/actions/publish-common with: npm_access_token: ${{ secrets.NPM_ACCESS_TOKEN }} @@ -69,6 +69,6 @@ jobs: - name: Publish the package to npmjs id: build_image - uses: ./.github/workflows/publish-client-package.yaml + uses: ./.github/actions/publish-client with: npm_access_token: ${{ secrets.NPM_ACCESS_TOKEN }}