Explorar o código

Fix release pipeline

Rustam Gimadiev %!s(int64=4) %!d(string=hai) anos
pai
achega
76f3f9b09a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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