Skip to content

Commit 1b68261

Browse files
committed
Revert "[skip changelog] Disabled package index snippet generation (#33)"
This reverts commit f88c4b3.
1 parent f88c4b3 commit 1b68261

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

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

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
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
132130

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

0 commit comments

Comments
 (0)