Skip to content

Commit 313a0a2

Browse files
committed
ci: fix cache boolean value in Vite+ workflow
1 parent f0d310f commit 313a0a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-npm-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: inputs.toolchain == 'vite-plus'
5555
uses: voidzero-dev/setup-vp@v1
5656
with:
57-
cache: yes
57+
cache: true
5858
run-install: true
5959

6060
- name: Install & Build (Bun)

0 commit comments

Comments
 (0)