Skip to content

bedita github-workflows v2 and php 8.3 #15

bedita github-workflows v2 and php 8.3

bedita github-workflows v2 and php 8.3 #15

Workflow file for this run

name: Release
on:
pull_request_target:
types: [closed]
workflow_dispatch:
inputs:
releaseType:
description: 'Release type'
required: true
default: 'patch'
type: choice
options:
- patch
- minor
- major
jobs:
release-job:
uses: bedita/github-workflows/.github/workflows/release.yml@v2
with:
main_branch: 'master'
dist_branches: '["master","1.x"]'
version_bump: ${{ inputs.releaseType }}