Skip to content

Remove unused virtualenv dependency (#89) #72

Remove unused virtualenv dependency (#89)

Remove unused virtualenv dependency (#89) #72

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