Skip to content

Commit 7c24bf9

Browse files
committed
remove tagging of version
1 parent 484414d commit 7c24bf9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/mvn-release.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)