From 6187a1870bebd90445633556694938f6186cbac3 Mon Sep 17 00:00:00 2001 From: MLenterman Date: Tue, 16 Jan 2024 15:23:47 +0100 Subject: [PATCH] ci: fix job indent in update-app-version.yml (#12) --- .github/workflows/update-app-version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-app-version.yml b/.github/workflows/update-app-version.yml index de2cf0e..d7586e2 100644 --- a/.github/workflows/update-app-version.yml +++ b/.github/workflows/update-app-version.yml @@ -28,6 +28,6 @@ jobs: - name: update version run: pybump bump --level patch --file charts/zaakbrug/Chart.yaml - uses: stefanzweifel/git-auto-commit-action@v5 - release: - uses: ./.github/workflows/release.yml - needs: update + release: + uses: ./.github/workflows/release.yml + needs: update