Skip to content

Updated package versions for automattic/jetpack-search-plugin #5

Updated package versions for automattic/jetpack-search-plugin

Updated package versions for automattic/jetpack-search-plugin #5

Workflow file for this run

name: Auto-release
on:
push:
tags:
- 'v?[0-9]+.[0-9]+'
- 'v?[0-9]+.[0-9]+.[0-9]+'
- 'v?[0-9]+.[0-9]+.[0-9]+.[0-9]+'
jobs:
publish:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create release
env:
API_TOKEN_GITHUB: ${{ secrets.GITHUB_TOKEN }}
run: ./.github/files/autorelease.sh