File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -67,17 +67,17 @@ jobs:
6767 DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
6868 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
6969
70- - name : Tag and commit release version
71- if : success()
72- run : |
73- git config user.email "[email protected] " 74- git config user.name "GitHub Actions"
75- git commit -am "Set release version to ${{ github.event.inputs.releaseversion }}"
76- git tag ${{ github.event.inputs.releaseversion }}
77- git push origin ${{ github.event.inputs.releaseversion }}
78- env :
79- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
80-
81- - name : Set next development version
82- if : success()
83- run : mvn versions:set "-DnewVersion=${{ github.event.inputs.nextversion }}" --no-transfer-progress
70+ # - name: Tag and commit release version
71+ # if: success()
72+ # run: |
73+ # git config user.email "[email protected] "74+ # git config user.name "GitHub Actions"
75+ # git commit -am "Set release version to ${{ github.event.inputs.releaseversion }}"
76+ # git tag ${{ github.event.inputs.releaseversion }}
77+ # git push origin ${{ github.event.inputs.releaseversion }}
78+ # env:
79+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80+ #
81+ # - name: Set next development version
82+ # if: success()
83+ # run: mvn versions:set "-DnewVersion=${{ github.event.inputs.nextversion }}" --no-transfer-progress
You can’t perform that action at this time.
0 commit comments