Files
siti-category-thumbnails/.gitea/workflows/release.yml
Roberto Guagliardo 31c19a8e24
All checks were successful
Build & Release Plugin / release (push) Successful in 9s
Bump version to 1.0.1 in plugin header
2026-02-01 13:46:09 +00:00

24 lines
664 B
YAML

name: Build & Release Plugin
on:
workflow_dispatch:
inputs:
release_notes:
description: "Optionele release-opmerkingen"
required: false
push:
branches: [ main ]
paths:
- 'siti-category-thumbnails.php'
- 'includes/**'
jobs:
release:
uses: roberto/ci-workflows/.gitea/workflows/wp-plugin-release.yml@c6393ed47258d6f040ceeed3994b17b7faa3ef23
with:
main_file: siti-category-thumbnails.php
slug: siti-category-thumbnails
release_body: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_notes || '' }}
secrets:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}