Update release workflow to use a specific commit of wp-plugin-release.yml

This commit is contained in:
2026-02-01 13:25:19 +00:00
parent 4df8ccfb50
commit 957a397534

View File

@@ -14,10 +14,11 @@ on:
jobs:
release:
uses: roberto/ci-workflows/.gitea/workflows/wp-plugin-release.yml@main
uses: roberto/ci-workflows/.gitea/workflows/wp-plugin-release.yml@675e2a116211215a60a3d642f57a1e72a59b1eec
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 }}