Skip to content

Update push_flow.yml #1

Update push_flow.yml

Update push_flow.yml #1

Workflow file for this run

name: Create CLI Release
on:
pull_request:
branches:
- main
types: [closed]
jobs:
create-release:
name: Tag Release ${{ github.head_ref }}
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
uses: codecov/gha-workflows/.github/workflows/[email protected]
secrets: inherit
release:
needs: [create-release]
if: ${{ github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') && github.repository_owner == 'codecov' }}
uses: ./.github/workflows/release_flow.yml
secrets: inherit