Skip to content

fix: Prevent using simplexml_load_file() on missing file (#83) #23

fix: Prevent using simplexml_load_file() on missing file (#83)

fix: Prevent using simplexml_load_file() on missing file (#83) #23

Workflow file for this run

name: Release
on:
push:
branches:
- 1.x
- 2.x
permissions:
contents: write
pull-requests: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
target-branch: ${{ github.ref_name }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json