Skip to content

V3/transfer from required approvals edgecase #91

V3/transfer from required approvals edgecase

V3/transfer from required approvals edgecase #91

Workflow file for this run

name: 'dist push'
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Update version
run: git config --global user.email "[email protected]" && git config --global user.name "bigcheeseh" && yarn version --patch
- name: stage changed files
run: git add .
- name: push updated version to current branch
run: git push -f origin HEAD:${{ github.head_ref }}