From 7a5c7931c71ac31661dae0954b2a983c91a1bd6b Mon Sep 17 00:00:00 2001 From: Louis DEVIE Date: Thu, 1 May 2025 12:03:59 +0200 Subject: [PATCH] ci: change working directory --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cc65a79..284b7cd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,6 +9,9 @@ jobs: publish-npm: if: ${{ startsWith(github.ref, 'refs/tags/node/') }} runs-on: ubuntu-latest + defaults: + run: + working-directory: ./node steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4