Skip to content

Commit

Permalink
ci: fix job indent in update-app-version.yml (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Jan 16, 2024
1 parent 2050593 commit 6187a18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-app-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6187a18

Please sign in to comment.