Files
siti-ai-product-content-gen…/.gitea/workflows/release.yml

25 lines
707 B
YAML

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