Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x

- name: Build
# This must be done after OS X notarization or the wrong checksum
# would be calculated since the binary is modified during notarization
run: task dist:generate-index-data
# NOTICE: Generation of the index data is disabled for the time being.
# For more info: https://arduino.atlassian.net/browse/ATL-1301?focusedCommentId=28347
# - name: Build
# # This must be done after OS X notarization or the wrong checksum
# # would be calculated since the binary is modified during notarization
# run: task dist:generate-index-data

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