Jetpack JSON API: Fix Fatal in WPCOM_JSON_API_Update_Post_v1_2_Endpoi… #273
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto-release | |
on: | |
push: | |
tags: | |
- 'v?[0-9]+.[0-9]+' | |
- 'v?[0-9]+.[0-9]+-*' | |
- 'v?[0-9]+.[0-9]+.[0-9]+' | |
- 'v?[0-9]+.[0-9]+.[0-9]+-*' | |
- 'v?[0-9]+.[0-9]+.[0-9]+.[0-9]+' | |
- 'v?[0-9]+.[0-9]+.[0-9]+.[0-9]+-*' | |
branches: | |
- 'trunk' | |
jobs: | |
publish: | |
name: Release | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Create release | |
env: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
run: ./.github/files/autorelease.sh |