We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9aa6e commit 5dbdaf3Copy full SHA for 5dbdaf3
.github/workflows/release.yml
@@ -27,10 +27,10 @@ jobs:
27
- name: Set version to next snapshot version
28
run: mvn -q build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion}-SNAPSHOT versions:commit
29
- name: Commit files
30
- run: |
31
- git config --local user.email "action@github.com"
32
- git config --local user.name "GitHub Action"
33
- git commit -m "Add changes" -a
+ run: |
+ git config --local user.email "action@github.com"
+ git config --local user.name "GitHub Action"
+ git commit -m "Add changes" -a
34
- name: Push changes
35
uses: ad-m/github-push-action@master
36
with:
0 commit comments