From cdd134224158939c1858c72909277cd6e985ac7e Mon Sep 17 00:00:00 2001 From: Grey Barkans Date: Wed, 7 Feb 2024 17:36:25 -0500 Subject: [PATCH] chore(publish nodejs): set working-dir Resolves: #2610 --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fabccff95..f0cc9695b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -440,6 +440,9 @@ jobs: node-push: name: Push Node.js Bindings if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') + defaults: + run: + working-directory: bindings/nodejs runs-on: ubuntu-2004-8-cores needs: [atomic-release] env: