Skip to content

Commit

Permalink
build: missing env_var
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed May 7, 2024
1 parent 7024f7d commit beca3cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: pnpm/actions-setup@v3
with:
version: 8
- run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
Expand All @@ -77,6 +78,7 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: 8
- run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
Expand Down

0 comments on commit beca3cc

Please sign in to comment.