Skip to content

Commit f88c4b3

Browse files
authored
[skip changelog] Disabled package index snippet generation (#33)
1 parent 59fbc28 commit f88c4b3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/release.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,12 @@ jobs:
123123
repo-token: ${{ secrets.GITHUB_TOKEN }}
124124
version: 3.x
125125

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
130132

131133
- name: Identify Prerelease
132134
# This is a workaround while waiting for create-release action

0 commit comments

Comments
 (0)