Skip to content

Commit 3cb3624

Browse files
committed
fix: release action
The release has been broken for two releases and so needs some git fuckery to fix it, hopefully this does it
1 parent 1824c62 commit 3cb3624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: 📦 Install dependencies
6666
if: steps.check.outputs.skip == 'false'
67-
run: pnpm vp install --filter . --ignore-scripts
67+
run: pnpm install --filter . --ignore-scripts
6868

6969
- name: 📝 Generate release notes
7070
if: steps.check.outputs.skip == 'false'

0 commit comments

Comments
 (0)