Skip to content

Commit 5dbdaf3

Browse files
committed
yaml syntax fix
1 parent dd9aa6e commit 5dbdaf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Set version to next snapshot version
2828
run: mvn -q build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion}-SNAPSHOT versions:commit
2929
- name: Commit files
30-
run: |
31-
git config --local user.email "[email protected]"
32-
git config --local user.name "GitHub Action"
33-
git commit -m "Add changes" -a
30+
run: |
31+
git config --local user.email "[email protected]"
32+
git config --local user.name "GitHub Action"
33+
git commit -m "Add changes" -a
3434
- name: Push changes
3535
uses: ad-m/github-push-action@master
3636
with:

0 commit comments

Comments
 (0)