Browse Source

Fix release pipeline

Rustam Gimadiev 4 năm trước cách đây
mục cha
commit
76f3f9b09a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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