File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -123,10 +123,12 @@ jobs:
123
123
repo-token : ${{ secrets.GITHUB_TOKEN }}
124
124
version : 3.x
125
125
126
- - name : Build
127
- # This must be done after OS X notarization or the wrong checksum
128
- # would be calculated since the binary is modified during notarization
129
- run : task dist:generate-index-data
126
+ # NOTICE: Generation of the index data is disabled for the time being.
127
+ # For more info: https://arduino.atlassian.net/browse/ATL-1301?focusedCommentId=28347
128
+ # - name: Build
129
+ # # This must be done after OS X notarization or the wrong checksum
130
+ # # would be calculated since the binary is modified during notarization
131
+ # run: task dist:generate-index-data
130
132
131
133
- name : Identify Prerelease
132
134
# This is a workaround while waiting for create-release action
You can’t perform that action at this time.
0 commit comments