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
15 changes: 15 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,18 @@ jobs:
- name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.FULL_IMAGE_NAME }}:${{ steps.meta.outputs.version }}

tap:
name: Update Homebrew Tap
runs-on: ubuntu-latest
if: github.event_name == 'release'
needs:
- build
steps:
- name: Update Homebrew Tap
uses: SierraSoftworks/actions-tap@v1
with:
app-id: ${{ secrets.TAP_APP_ID }}
private-key: ${{ secrets.TAP_APP_PRIVATE_KEY }}
github-token: ${{ secrets.GITHUB_TOKEN }}
aliases: major minor