We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa85c53 commit 6064643Copy full SHA for 6064643
.github/workflows/release.yml
@@ -2,9 +2,7 @@ name: release
2
3
on:
4
workflow_dispatch:
5
- push:
6
- tags:
7
- - "*-v*"
+ push: tags:*-v* - "*-v*"
8
jobs:
9
run_checks:
10
name: Run code checks
@@ -18,12 +16,10 @@ jobs:
18
16
COVERAGE_FAIL_BELOW_MIN: 100
19
17
20
build_and_publish:
21
- name: Build and publish artifact
22
- uses: spuxx1701/ci-cd/.github/workflows/pnpm_build_and_publish.yml@v4.0.0
+ name: Build and publish artifact(s)
+ uses: spuxx1701/ci-cd/.github/workflows/pnpm_build_and_publish_monorepo.yml@v4.0.0
23
needs:
24
- run_checks
25
- run_unit_tests
26
- with:
27
- CHECK_VERSION: false
28
secrets:
29
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments