Skip to content

Commit eaeb7f1

Browse files
committed
Fix YAML indentation ಠ_ಠ
1 parent 6e222cf commit eaeb7f1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release-workflow.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,13 @@ jobs:
241241
# Set version in Antora module
242242
yq eval -i '.version = "${{ github.event.inputs.release_version }}"' documentation/developer-guide/antora.yml
243243
244-
- name: Commit version changes and push to upstream repository
245-
uses: stefanzweifel/git-auto-commit-action@v4
246-
with:
247-
branch: ${{ env.release_branch_name }}
248-
commit_user_name: github-actions
249-
commit_user_email: [email protected]
250-
commit_author: Author <[email protected]>
244+
- name: Commit version changes and push to upstream repository
245+
uses: stefanzweifel/git-auto-commit-action@v4
246+
with:
247+
branch: ${{ env.release_branch_name }}
248+
commit_user_name: github-actions
249+
commit_user_email: [email protected]
250+
commit_author: Author <[email protected]>
251251

252252
# Full release: Github
253253
- name: "Create Github release (full)"

0 commit comments

Comments
 (0)