Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdean-digicatapult committed Jan 17, 2022
1 parent e246367 commit efd32f3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,14 @@ jobs:
publish:
name: "Publish package"
needs: [preconditions, helm-lint, helm-test, lint, dependency-check, tests, check-version]
needs:
- preconditions
- helm-lint
# - helm-test
- lint
- dependency-check
- tests
- check-version
runs-on: ubuntu-latest
if: ${{ needs.check-version.outputs.is_new_version == 'true' }}

Expand Down

0 comments on commit efd32f3

Please sign in to comment.