mirror of
https://gh.wpcy.net/https://github.com/nlemoine/wp-cli-fixtures.git
synced 2026-05-23 23:41:11 +08:00
20 lines
393 B
YAML
20 lines
393 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
|
|
name: Release
|
|
|
|
jobs:
|
|
release:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: google-github-actions/release-please-action@v4
|
|
with:
|
|
target-branch: ${{ github.ref_name }}
|
|
config-file: release-please-config.json
|
|
manifest-file: .release-please-manifest.json
|