Skip to content

Commit

Permalink
minor: added store path env in ci deploy common workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Sep 14, 2024
1 parent de17186 commit 3c168d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
with:
version: 9

- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
name: Setup pnpm cache
with:
Expand Down

0 comments on commit 3c168d7

Please sign in to comment.