Skip to content

Commit dea629f

Browse files
committed
Fixup
1 parent f87c32d commit dea629f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/release-tag.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
node-version: lts/*
2929
run-install: false
3030

31-
- name: 📦 Install dependencies (root only, no scripts)
32-
run: vp install --filter . --ignore-scripts
33-
3431
- name: 🔢 Determine next version
3532
id: version
3633
run: |
@@ -62,6 +59,10 @@ jobs:
6259
git tag -a "$VERSION" -m "Release $VERSION"
6360
git push origin "$VERSION"
6461
62+
- name: 📦 Install dependencies
63+
if: steps.check.outputs.skip == 'false'
64+
run: vp install --filter . --ignore-scripts
65+
6566
- name: 📝 Generate release notes
6667
if: steps.check.outputs.skip == 'false'
6768
env:
@@ -97,8 +98,11 @@ jobs:
9798
- uses: voidzero-dev/setup-vp@73e69397a8b289de4b1d017ced18e18004183bb1 # v1
9899
with:
99100
node-version: lts/*
100-
cache: true
101101
registry-url: https://registry.npmjs.org
102+
run-install: false
103+
104+
- name: 📦 Install dependencies
105+
run: vp install --filter npmx-connector...
102106

103107
- name: 🔢 Set connector version
104108
env:

0 commit comments

Comments
 (0)