Skip to content

Commit

Permalink
build: Update pnpm installation and setup in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Jun 25, 2024
1 parent 1180df5 commit 457d417
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./vscode-workspaces-gnome

steps:
- name: Checkout code
Expand All @@ -26,8 +29,8 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: './vscode-workspaces-gnome/pnpm-lock.yaml'


- name: Get pnpm store directory
shell: bash
run: |
Expand All @@ -50,10 +53,10 @@ jobs:
- run: pnpm install -g @semantic-release/release-notes-generator

- name: Install project dependencies
run: cd vscode-workspaces-gnome && pnpm install
run: pnpm install

- name: Build project
run: cd vscode-workspaces-gnome && make && make pack
run: make && make pack

- name: Release
env:
Expand Down

0 comments on commit 457d417

Please sign in to comment.