Skip to content

CLOUD-2295: handle mac defaulting to bash_profile in core.shell (#67) #56

CLOUD-2295: handle mac defaulting to bash_profile in core.shell (#67)

CLOUD-2295: handle mac defaulting to bash_profile in core.shell (#67) #56

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 }}