From c1de5778f11086a06942da42ccea26f16051f968 Mon Sep 17 00:00:00 2001 From: Bart Venter Date: Fri, 19 Jul 2024 13:56:57 +0000 Subject: [PATCH] ci(workflows): Update release workfow node setup --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eedb121..3b7ea53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,9 +42,9 @@ jobs: ${{ github.workspace }}/package.json - name: 'Run semantic-release in "${{ matrix.directory }}"' working-directory: ${{ matrix.directory }} + shell: bash env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - cp ${{ github.workspace }}/yarn.lock ${{ github.workspace }}/package.json . - yarn install --modules-folder ${{ github.workspace }}/node_modules - npx semantic-release + yarn install --modules-folder ${{ github.workspace }}/node_modules + npx semantic-release \ No newline at end of file