File tree Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Expand file tree Collapse file tree 1 file changed +1
-19
lines changed Original file line number Diff line number Diff line change 35
35
version : 7.29.3
36
36
run_install : false
37
37
38
- - name : Get pnpm store directory path
39
- id : pnpm-store-dir-path
40
- shell : bash
41
- run : echo "PNPM_STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
42
-
43
- - name : Setup pnpm store cache
44
- uses : actions/cache@v3
45
- id : pnpm-store-cache
46
- with :
47
- path : ${{ steps.pnpm-store-dir-path.outputs.PNPM_STORE_PATH }}
48
- key : ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
49
- restore-keys : |
50
- ${{ runner.os }}-pnpm-
51
-
52
- - name : Install dependencies
53
- run : pnpm install
54
- env :
55
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : 1
56
-
57
38
- name : Publish
58
39
run : pnpm publish --no-git-checks
40
+ working-directory : packages/astro-content-devtools
59
41
env :
60
42
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
61
43
You can’t perform that action at this time.
0 commit comments