Skip to content

Commit

Permalink
ci(workflows): Update release workfow node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Jul 19, 2024
1 parent 6a09b3d commit c1de577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c1de577

Please sign in to comment.