From 3d59b586b9730a5f144b19885aeeca656dfe0488 Mon Sep 17 00:00:00 2001 From: Arnaud Botella Date: Thu, 18 Jan 2024 20:10:55 +0100 Subject: [PATCH] fix(Actions): update working directory --- .github/workflows/CD.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index c816f2e..3f3f4ce 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -34,8 +34,9 @@ jobs: - name: Upload NPM if: steps.semantic-release.outputs.released == 'true' run: | + pwd + cd ${{ github.workspace }} npm i - rm -f -- schemas.json npm run json jq -c '.version = "steps.semantic-release.outputs.version"' package.json > tmp.$$.json && mv tmp.$$.json package.json npm publish