Skip to content

Commit d6a3bb2

Browse files
committed
chore: fix release action
1 parent 9ec7405 commit d6a3bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
--no-git-tag-version --no-push
5555
5656
build-and-release:
57-
needs: ['test', 'release-dryrun', 'check-charts-peer-deps']
57+
needs: ['test', 'release-dryrun', 'check-charts-compat-peer-deps']
5858
runs-on: ubuntu-latest
5959
environment:
6060
name: 'npm'

0 commit comments

Comments
 (0)