Skip to content

Commit 23e6e36

Browse files
committed
ci: update release workflow
1 parent e76a719 commit 23e6e36

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,9 @@ jobs:
3535
version: 7.29.3
3636
run_install: false
3737

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-
5738
- name: Publish
5839
run: pnpm publish --no-git-checks
40+
working-directory: packages/astro-content-devtools
5941
env:
6042
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6143

0 commit comments

Comments
 (0)