Skip to content

Commit 2cbac67

Browse files
authored
Update action.yml
1 parent c8aefc0 commit 2cbac67

File tree

1 file changed

+3
-2
lines changed
  • .github/actions/core-cicd/deployment/deploy-javascript-sdk

1 file changed

+3
-2
lines changed

.github/actions/core-cicd/deployment/deploy-javascript-sdk/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ runs:
6060
echo "::group::Adding node and yarn to the PATH env"
6161
BASE_PATH=${{ github.workspace }}/installs
6262
ls -R $BASE_PATH
63-
echo "PATH=$PATH:${BASE_PATH}/node/:${BASE_PATH}/node/yarn/dist/bin" >> $GITHUB_ENV
63+
echo "PATH=$PATH:${BASE_PATH}/node:${BASE_PATH}/node/yarn/dist/bin" >> $GITHUB_ENV
64+
which node
6465
echo "::endgroup::"
6566
shell: bash
6667

@@ -254,4 +255,4 @@ runs:
254255
if: success()
255256
run: |
256257
echo "published=true" >> $GITHUB_OUTPUT
257-
shell: bash
258+
shell: bash

0 commit comments

Comments
 (0)