Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eemmiillyy committed Jul 24, 2024
1 parent 3a9fa63 commit ab6c563
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 34 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-cli-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,15 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
security delete-keychain $RUNNER_TEMP/app-signing.keychain-db
update-homebrew:
runs-on: ubuntu-latest
needs: [release-cli-assets]
uses: ./.github/workflows/update-homebrew.yml
with:
commit_sha: ${{ github.sha }}
version: ${{ needs.publish-cli-assets.outputs.version }}
mac_intel_sha: ${{ needs.publish-cli-assets.outputs.mac_intel_sha }}
mac_arm_sha: ${{ needs.publish-cli-assets.outputs.mac_arm_sha }}
linux_sha: ${{ needs.publish-cli-assets.outputs.linux_sha }}
linux_arm_sha: ${{ needs.publish-cli-assets.outputs.linux_arm_sha }}
secrets: inherit
34 changes: 0 additions & 34 deletions .github/workflows/test-release.yml

This file was deleted.

0 comments on commit ab6c563

Please sign in to comment.