Ver código fonte

Fix release pipeline

Rustam Gimadiev 4 anos atrás
pai
commit
76f3f9b09a
1 arquivos alterados com 2 adições e 0 exclusões
  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"
         if: github.event.inputs.customVersion != "0.0.0"
         run: |
         run: |
           mvn -q versions:set -DnewVersion=${{ github.event.inputs.customVersion }}
           mvn -q versions:set -DnewVersion=${{ github.event.inputs.customVersion }}
+          git add pom.xml **/pom.xml
+          git commit -m "Increased release"
       - name: Update development version
       - name: Update development version
         run: |
         run: |
           mvn -q versions:set -DnextSnapshot
           mvn -q versions:set -DnextSnapshot