Browse Source

Fix release pipeline

Rustam Gimadiev 4 years ago
parent
commit
76f3f9b09a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/release.yaml

+ 2 - 0
.github/workflows/release.yaml

@@ -33,6 +33,8 @@ jobs:
         if: github.event.inputs.customVersion != "0.0.0"
         run: |
           mvn -q versions:set -DnewVersion=${{ github.event.inputs.customVersion }}
+          git add pom.xml **/pom.xml
+          git commit -m "Increased release"
       - name: Update development version
         run: |
           mvn -q versions:set -DnextSnapshot