Update release workflow to use a specific commit of wp-plugin-release.yml
This commit is contained in:
@@ -14,10 +14,11 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
uses: roberto/ci-workflows/.gitea/workflows/wp-plugin-release.yml@main
|
uses: roberto/ci-workflows/.gitea/workflows/wp-plugin-release.yml@675e2a116211215a60a3d642f57a1e72a59b1eec
|
||||||
with:
|
with:
|
||||||
main_file: siti-category-thumbnails.php
|
main_file: siti-category-thumbnails.php
|
||||||
slug: siti-category-thumbnails
|
slug: siti-category-thumbnails
|
||||||
release_body: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_notes || '' }}
|
release_body: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_notes || '' }}
|
||||||
secrets:
|
secrets:
|
||||||
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user