Skip to content

Commit 6064643

Browse files
committed
ci: Switch to monorepo publishing job
1 parent fa85c53 commit 6064643

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/release.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: release
22

33
on:
44
workflow_dispatch:
5-
push:
6-
tags:
7-
- "*-v*"
5+
push: tags:*-v* - "*-v*"
86
jobs:
97
run_checks:
108
name: Run code checks
@@ -18,12 +16,10 @@ jobs:
1816
COVERAGE_FAIL_BELOW_MIN: 100
1917

2018
build_and_publish:
21-
name: Build and publish artifact
22-
uses: spuxx1701/ci-cd/.github/workflows/pnpm_build_and_publish.yml@v4.0.0
19+
name: Build and publish artifact(s)
20+
uses: spuxx1701/ci-cd/.github/workflows/pnpm_build_and_publish_monorepo.yml@v4.0.0
2321
needs:
2422
- run_checks
2523
- run_unit_tests
26-
with:
27-
CHECK_VERSION: false
2824
secrets:
2925
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)