Skip to content

prevent permission errors on bash_profile/rc/zshrc (#96) #80

prevent permission errors on bash_profile/rc/zshrc (#96)

prevent permission errors on bash_profile/rc/zshrc (#96) #80

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