Skip to content

Commit

Permalink
fix: change plugin main file name to match plugin permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Jan 11, 2024
1 parent 3d3e007 commit 2983058
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/relesase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
composer-options: "--no-dev --ignore-platform-reqs --classmap-authoritative"

- name: 📦 Generate zip
run: npm run plugin-zip && cp .zip ${{ github.event.repository.name }}.zip
run: npm run plugin-zip && cp .zip alt-text-generator-gpt-vision.zip

- name: 📢 Release
uses: softprops/action-gh-release@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Author URI: https://android.com.pl/
* License: GPL v3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: acpl-ai-alt-generator
* @package ACPL\AIAltGenerator
*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@wordpress/notices": "^4.14.0"
},
"files": [
"acpl-ai-alt-generator.php",
"alt-text-generator-gpt-vision",
"uninstall.php",
"includes",
"build",
Expand Down

0 comments on commit 2983058

Please sign in to comment.