File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 39
39
shell : bash
40
40
run : |
41
41
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
42
+
43
+ - name : Install dependencies
44
+ run : pnpm install --ignore-scripts --frozen-lockfile
42
45
43
46
- name : Publish
44
47
run : pnpm publish --tag latest --filter bootstrap-vue-3
Original file line number Diff line number Diff line change 67
67
${{ runner.os }}-pnpm-store-
68
68
if : ${{ steps.release.outputs.releases_created }}
69
69
70
+ - name : Install dependencies
71
+ run : pnpm install --ignore-scripts --frozen-lockfile
72
+ if : ${{ steps.release.outputs.releases_created }}
73
+
70
74
- name : Publish
71
75
run : pnpm publish --tag develop --filter bootstrap-vue-3
72
76
env :
Original file line number Diff line number Diff line change 67
67
${{ runner.os }}-pnpm-store-
68
68
if : ${{ steps.release.outputs.releases_created }}
69
69
70
+ - name : Install dependencies
71
+ run : pnpm install --ignore-scripts --frozen-lockfile
72
+ if : ${{ steps.release.outputs.releases_created }}
73
+
70
74
- name : Publish
71
75
run : pnpm publish --tag latest --filter bootstrap-vue-3
72
76
env :
You can’t perform that action at this time.
0 commit comments