Skip to content

Commit c068507

Browse files
committed
fix: pipes
1 parent b25f02f commit c068507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
node-version: '22'
2121

2222
- name: Install dependencies
23-
run: npm ci --cache ../.npm --prefer-offline
23+
run: npm install
2424

2525
- name: Run semantic-release
2626
env:
2727
GH_TOKEN: ${{ secrets.GH_TOKEN }}
28-
run: npm run release
28+
run: npm run release

0 commit comments

Comments
 (0)