Refactor plugin structure: replace master-file.php with siti-google-shopping-feed.php and update release workflow paths
All checks were successful
Build & Release Plugin / release (push) Successful in 8s
All checks were successful
Build & Release Plugin / release (push) Successful in 8s
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'master-file.php'
|
||||
- 'siti-google-shopping-feed.php'
|
||||
- 'includes/**'
|
||||
- 'assets/**'
|
||||
- 'languages/**'
|
||||
@@ -18,8 +18,8 @@ jobs:
|
||||
release:
|
||||
uses: roberto/ci-workflows/.gitea/workflows/wp-plugin-release.yml@c6393ed47258d6f040ceeed3994b17b7faa3ef23
|
||||
with:
|
||||
main_file: master-file.php
|
||||
slug: siti-plugin-template
|
||||
main_file: siti-google-shopping-feed.php
|
||||
slug: siti-google-shopping-feed
|
||||
release_body: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_notes || '' }}
|
||||
secrets:
|
||||
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
Reference in New Issue
Block a user