@@ -42,77 +42,77 @@ jobs:
42
42
43
43
- run : rm -rf ~/.gradle/gradle.properties
44
44
45
- update_readme :
46
- runs-on : ubuntu-latest
47
-
48
- permissions :
49
- contents : write # for stefanzweifel/git-auto-commit-action to push code in repo
50
-
51
- needs : [release_tag]
52
- if : startsWith( github.ref, 'refs/tags/')
53
-
54
- steps :
55
- - name : Checkout
56
- uses : actions/checkout@v3
57
- with :
58
- ref : main
59
-
60
- - uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4
61
-
62
- - run : ./gradlew -Pversion=${{ github.ref_name }} writeVersionToReadme setVersion nextMinorVersion snapshotVersion
63
-
64
- - name : " remove API reference commit SHA"
65
- run : rm -rf reference.txt
66
- continue-on-error : true
67
-
68
- - run : ./gradlew writeVersionToExamples
69
-
70
- - uses : stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
71
- with :
72
- commit_message : " TASK: Updating version in README"
73
- commit_user_name : automation-commercetools
74
- commit_user_email : automation@commercetools.com
75
- commit_author : Auto Mation <automation@commercetools.com>
76
-
77
- docs :
78
- name : Build and release docs
79
-
80
- permissions :
81
- contents : write # for stefanzweifel/git-auto-commit-action to push code in repo
82
-
83
- runs-on : ubuntu-latest
84
- needs : [release_tag]
85
- if : startsWith( github.ref, 'refs/tags/')
86
- steps :
87
- - name : Checkout
88
- uses : actions/checkout@v3
89
- with :
90
- path : sdk
91
-
92
- - name : Checkout
93
- uses : actions/checkout@v3
94
- with :
95
- path : doc
96
- ref : gh-pages
97
-
98
- - name : Setup Java
99
- uses : actions/setup-java@v3
100
- with :
101
- distribution : ' temurin'
102
- java-version : ' 17'
103
-
104
- - name : Setup Graphviz
105
- uses : ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9
106
-
107
- - run : ./gradlew -Pversion=${{ github.ref_name }} alljavadoc
108
- working-directory : sdk
109
-
110
- - run : rsync -r sdk/build/docs/javadoc/ doc/javadoc
111
-
112
- - uses : stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
113
- with :
114
- repository : doc
115
- commit_message : " Update javadoc"
116
- commit_user_name : automation-commercetools
117
- commit_user_email : automation@commercetools.com
118
- commit_author : Auto Mation <automation@commercetools.com>
45
+ # update_readme:
46
+ # runs-on: ubuntu-latest
47
+ #
48
+ # permissions:
49
+ # contents: write # for stefanzweifel/git-auto-commit-action to push code in repo
50
+ #
51
+ # needs: [release_tag]
52
+ # if: startsWith( github.ref, 'refs/tags/')
53
+ #
54
+ # steps:
55
+ # - name: Checkout
56
+ # uses: actions/checkout@v3
57
+ # with:
58
+ # ref: main
59
+ #
60
+ # - uses: gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4
61
+ #
62
+ # - run: ./gradlew -Pversion=${{ github.ref_name }} writeVersionToReadme setVersion nextMinorVersion snapshotVersion
63
+ #
64
+ # - name: "remove API reference commit SHA"
65
+ # run: rm -rf reference.txt
66
+ # continue-on-error: true
67
+ #
68
+ # - run: ./gradlew writeVersionToExamples
69
+ #
70
+ # - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
71
+ # with:
72
+ # commit_message: "TASK: Updating version in README"
73
+ # commit_user_name: automation-commercetools
74
+ # commit_user_email: automation@commercetools.com
75
+ # commit_author: Auto Mation <automation@commercetools.com>
76
+ #
77
+ # docs:
78
+ # name: Build and release docs
79
+ #
80
+ # permissions:
81
+ # contents: write # for stefanzweifel/git-auto-commit-action to push code in repo
82
+ #
83
+ # runs-on: ubuntu-latest
84
+ # needs: [release_tag]
85
+ # if: startsWith( github.ref, 'refs/tags/')
86
+ # steps:
87
+ # - name: Checkout
88
+ # uses: actions/checkout@v3
89
+ # with:
90
+ # path: sdk
91
+ #
92
+ # - name: Checkout
93
+ # uses: actions/checkout@v3
94
+ # with:
95
+ # path: doc
96
+ # ref: gh-pages
97
+ #
98
+ # - name: Setup Java
99
+ # uses: actions/setup-java@v3
100
+ # with:
101
+ # distribution: 'temurin'
102
+ # java-version: '17'
103
+ #
104
+ # - name: Setup Graphviz
105
+ # uses: ts-graphviz/setup-graphviz@c001ccfb5aff62e28bda6a6c39b59a7e061be5b9
106
+ #
107
+ # - run: ./gradlew -Pversion=${{ github.ref_name }} alljavadoc
108
+ # working-directory: sdk
109
+ #
110
+ # - run: rsync -r sdk/build/docs/javadoc/ doc/javadoc
111
+ #
112
+ # - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
113
+ # with:
114
+ # repository: doc
115
+ # commit_message: "Update javadoc"
116
+ # commit_user_name: automation-commercetools
117
+ # commit_user_email: automation@commercetools.com
118
+ # commit_author: Auto Mation <automation@commercetools.com>
0 commit comments