We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8aefc0 commit 2cbac67Copy full SHA for 2cbac67
.github/actions/core-cicd/deployment/deploy-javascript-sdk/action.yml
@@ -60,7 +60,8 @@ runs:
60
echo "::group::Adding node and yarn to the PATH env"
61
BASE_PATH=${{ github.workspace }}/installs
62
ls -R $BASE_PATH
63
- echo "PATH=$PATH:${BASE_PATH}/node/:${BASE_PATH}/node/yarn/dist/bin" >> $GITHUB_ENV
+ echo "PATH=$PATH:${BASE_PATH}/node:${BASE_PATH}/node/yarn/dist/bin" >> $GITHUB_ENV
64
+ which node
65
echo "::endgroup::"
66
shell: bash
67
@@ -254,4 +255,4 @@ runs:
254
255
if: success()
256
run: |
257
echo "published=true" >> $GITHUB_OUTPUT
- shell: bash
258
+ shell: bash
0 commit comments