diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 191ed0b..6ef55d5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -102,8 +102,9 @@ jobs: labels: ${{ steps.metadata.outputs.labels }} create_helm_release: - if: github.ref_type == 'tag' - needs: build_and_push_docker_image - uses: ./.github/workflows/helm-release.yaml + if: github.ref_type == 'tag' permissions: contents: write + needs: build_and_push_docker_image + uses: ./.github/workflows/helm-release.yaml +