From 21536141caf6fca16cae1f5af6a0c2f29fd69226 Mon Sep 17 00:00:00 2001 From: "liyao.ryan" Date: Thu, 12 Aug 2021 00:05:40 +0800 Subject: [PATCH] Squashed commit of the following: commit 448d849559bdb815fa48499ab66d4c40960c841b Author: liyao.ryan Date: Thu Aug 12 00:04:34 2021 +0800 remove empty workflow file commit 35eb7326a43654fc67ef8c80e53827e895e16957 Author: liyao.ryan Date: Thu Aug 12 00:03:20 2021 +0800 release workflow --- .github/workflows/release.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..bfa6b98 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,27 @@ +name: Release + +on: + + workflow_dispatch: + +jobs: + homebrew: + runs-on: macos-latest +# 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 + with: + token: ${{ secrets.GITHUB_TOKEN }} + force: false