Remove outdated GitHub Actions job

This commit is contained in:
Yuta Saito 2022-09-30 14:30:18 +00:00
parent 3a00a0d79b
commit 8227edf5aa
1 changed files with 0 additions and 13 deletions

View File

@ -29,16 +29,3 @@ jobs:
tags: |
ghcr.io/swiftwasm/carton:${{ github.event.release.tag_name }}
ghcr.io/swiftwasm/carton:latest
formula:
name: Update Homebrew formula
runs-on: ubuntu-20.04
steps:
- name: Update the Homebrew formula with latest release
uses: NSHipster/update-homebrew-formula-action@main
with:
repository: swiftwasm/carton
tap: swiftwasm/homebrew-tap
formula: carton.rb
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT }}