Skip to content

Finalize release from branch automation-create-release-1.0.3 #20

Finalize release from branch automation-create-release-1.0.3

Finalize release from branch automation-create-release-1.0.3 #20

---
name: 🛠️ Finalize release
run-name: Finalize release from branch `${{ github.event.pull_request.head.ref }}`
on:
pull_request:
branches:
- main
types:
- closed
permissions:
actions: read
contents: write
pull-requests: write
jobs:
finalize-release:
if: ${{ github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'automation-create-release') }}
uses: ./.github/workflows/wf-finalize-release.yaml
secrets: inherit
with:
draft: false