Skip to content

Commit

Permalink
chore: update macos release workflow (twilio#356)
Browse files Browse the repository at this point in the history
updated macos release to upload binary even if notarization fails
  • Loading branch information
kridai committed Jan 4, 2022
1 parent 92f41a7 commit 84a836f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos-executable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID}}
FILE_PATH: dist/macos/${{ github.event.inputs.formula }}-v${{ needs.get-tag.outputs.TAG_NAME }}.pkg
- name: Upload binaries to release
if: always()
run: node .github/scripts/update-platform-executables.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -55,4 +56,4 @@ jobs:
SLACK_ICON_EMOJI: ":ship:"
SLACK_TITLE: "Twilio Cli"
SLACK_MESSAGE: 'Macos Executable Release Failed'
MSG_MINIMAL: actions url
MSG_MINIMAL: actions url

0 comments on commit 84a836f

Please sign in to comment.