We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f1d39 commit d76c799Copy full SHA for d76c799
.github/workflows/release.yml
@@ -19,7 +19,14 @@ jobs:
19
uses: './.github/workflows/test.yml'
20
with:
21
reportCoverage: false
22
-
+
23
+ check-charts-peer-deps:
24
+ runs-on: ubuntu-latest
25
+ environment: charts-peer-deps-approval
26
+ steps:
27
+ - name: No-op
28
+ run: echo "Did you update the peer dependencies of the chart package?"
29
30
release-dryrun:
31
runs-on: ubuntu-latest
32
permissions:
@@ -47,7 +54,7 @@ jobs:
47
54
--no-git-tag-version --no-push
48
55
49
56
build-and-release:
50
- needs: ['test', 'release-dryrun']
57
+ needs: ['test', 'release-dryrun', 'check-charts-peer-deps']
51
58
52
59
environment:
53
60
name: 'npm'
0 commit comments