Skip to content

Commit

Permalink
chore: fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 committed Oct 23, 2024
1 parent 9ec7405 commit d6a3bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
--no-git-tag-version --no-push
build-and-release:
needs: ['test', 'release-dryrun', 'check-charts-peer-deps']
needs: ['test', 'release-dryrun', 'check-charts-compat-peer-deps']
runs-on: ubuntu-latest
environment:
name: 'npm'
Expand Down

0 comments on commit d6a3bb2

Please sign in to comment.