Skip to content

Commit

Permalink
build: add missing ENV_VAR across the jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed May 7, 2024
1 parent 2b7950d commit 3aab0bb
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:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: pnpm/action-setup@v3
with:
version: 9
Expand All @@ -76,6 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: pnpm/action-setup@v3
with:
version: 9
Expand Down

0 comments on commit 3aab0bb

Please sign in to comment.