mirror of
https://gh.wpcy.net/https://github.com/timber/wp-i18n-twig.git
synced 2026-04-25 21:06:13 +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
|