Skip to content

Commit 2e9287d

Browse files
committedAug 28, 2024·
update github action script

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ on:
33
push:
44
branches:
55
- main
6+
workflow_dispatch:
67
env:
78
CI: true
8-
PNPM_CACHE_FOLDER: .pnpm-store
99
jobs:
1010
version:
1111
timeout-minutes: 15
@@ -23,8 +23,6 @@ jobs:
2323
run: npm i pnpm@latest -g
2424
- name: Setup npmrc
2525
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
26-
- name: setup pnpm config
27-
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
2826
- name: install dependencies
2927
run: pnpm install
3028
- name: build library

0 commit comments

Comments
 (0)
Please sign in to comment.