Skip to content

Commit 8e897bb

Browse files
author
issayah
committed
ci: fix ci
1 parent 0eb7d23 commit 8e897bb

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
shell: bash
4040
run: |
4141
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
42+
43+
- name: Install dependencies
44+
run: pnpm install --ignore-scripts --frozen-lockfile
4245

4346
- name: Publish
4447
run: pnpm publish --tag latest --filter bootstrap-vue-3

.github/workflows/release-dev.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
${{ runner.os }}-pnpm-store-
6868
if: ${{ steps.release.outputs.releases_created }}
6969

70+
- name: Install dependencies
71+
run: pnpm install --ignore-scripts --frozen-lockfile
72+
if: ${{ steps.release.outputs.releases_created }}
73+
7074
- name: Publish
7175
run: pnpm publish --tag develop --filter bootstrap-vue-3
7276
env:

.github/workflows/release-main.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
${{ runner.os }}-pnpm-store-
6868
if: ${{ steps.release.outputs.releases_created }}
6969

70+
- name: Install dependencies
71+
run: pnpm install --ignore-scripts --frozen-lockfile
72+
if: ${{ steps.release.outputs.releases_created }}
73+
7074
- name: Publish
7175
run: pnpm publish --tag latest --filter bootstrap-vue-3
7276
env:

0 commit comments

Comments
 (0)