Skip to content

Commit

Permalink
Merge remote-tracking branch 'github.com/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
liyao.ryan committed Aug 24, 2021
2 parents be7d5b1 + 55efad6 commit a7d5e20
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,22 @@ on:
workflow_dispatch:

jobs:
homebrew:
runs-on: macos-latest
release:
runs-on: macos-10.15
# if: ${{ github.ref == 'refs/heads/main' }}
steps:
- uses: actions/checkout@v2

- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true

- name: "Select Xcode 12.4"
uses: devbotsxyz/xcode-select@v1
with:
version: "12.4"

- uses: mboxplus/mbox-release-plugin-action@v1
- uses: mboxplus/mbox-release-plugin-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
force: false
force: true

0 comments on commit a7d5e20

Please sign in to comment.