Skip to content

Prevent ruby 2.7.2 build failures due to missing openssl (#98) #82

Prevent ruby 2.7.2 build failures due to missing openssl (#98)

Prevent ruby 2.7.2 build failures due to missing openssl (#98) #82

Workflow file for this run

name: release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "homebrew-ih-public-action"
- run: meta/release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}