Skip to content

Commit d5b7f36

Browse files
author
issayah
committed
ci: fix the damn ci
1 parent e468f75 commit d5b7f36

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,10 @@ jobs:
5454
- name: Build library
5555
run: pnpm run build
5656

57-
- name: Test library
58-
run: pnpm test
59-
6057
- name: Set publishing config
6158
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
6259
env:
6360
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
64-
65-
- name: Show git status
66-
run: git status
6761

6862
- name: Publish
6963
run: pnpm publish --tag latest --filter bootstrap-vue-3 --access=public

.github/workflows/release-dev.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,12 @@ jobs:
7575
run: pnpm run build
7676
if: ${{ steps.release.outputs.releases_created }}
7777

78-
- name: Test library
79-
run: pnpm test
80-
if: ${{ steps.release.outputs.releases_created }}
81-
8278
- name: Set publishing config
8379
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
8480
env:
8581
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8682
if: ${{ steps.release.outputs.releases_created }}
8783

88-
- name: Show git status
89-
run: git status
90-
if: ${{ steps.release.outputs.releases_created }}
91-
9284
- name: Publish
9385
run: pnpm publish --tag develop --filter bootstrap-vue-3 --access=public
9486
if: ${{ steps.release.outputs.releases_created }}

.github/workflows/release-main.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,12 @@ jobs:
7575
run: pnpm run build
7676
if: ${{ steps.release.outputs.releases_created }}
7777

78-
- name: Test library
79-
run: pnpm test
80-
if: ${{ steps.release.outputs.releases_created }}
81-
8278
- name: Set publishing config
8379
run: pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
8480
env:
8581
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8682
if: ${{ steps.release.outputs.releases_created }}
8783

88-
- name: Show git status
89-
run: git status
90-
if: ${{ steps.release.outputs.releases_created }}
91-
9284
- name: Publish
9385
run: pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
9486
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)