Skip to content

Commit

Permalink
refactor: add GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
mihdan committed May 3, 2024
1 parent 1d63a8b commit beeb2bd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 36 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ jobs:
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: mihdan-lite-youtube-embed
SLUG: mihdan-lite-youtube-embed

- name: Create GitHub release
uses: softprops/action-gh-release@v2
with:
files: ${{github.workspace}}/${{ github.event.repository.name }}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32 changes: 0 additions & 32 deletions .github/workflows/gh-release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions mihdan-lite-youtube-embed.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Lite Video Embed (YouTube, RuTube)
* Description: A faster YouTube/RuTube embed. Renders faster than a sneeze.
* Version: 1.8.0.1
* Version: 1.8.0.2
* Author: Mikhail Kobzarev
* Author URI: https://www.kobzarev.com/
* Plugin URI: https://wordpress.org/plugins/mihdan-lite-youtube-embed/
Expand All @@ -21,7 +21,7 @@
exit;
}

define( 'MIHDAN_LITE_YOUTUBE_EMBED_VERSION', '1.8.0.1' );
define( 'MIHDAN_LITE_YOUTUBE_EMBED_VERSION', '1.8.0.2' );
define( 'MIHDAN_LITE_YOUTUBE_EMBED_SLUG', 'mihdan-lite-youtube-embed' );
define( 'MIHDAN_LITE_YOUTUBE_EMBED_NAME', 'Lite Video Embed' );
define( 'MIHDAN_LITE_YOUTUBE_EMBED_DIR', __DIR__ );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: mihdan
Tags: youtube, wordpress, seo-friendly, seo, cache, embed
Requires at least: 5.0
Tested up to: 6.5
Stable tag: 1.8.0.1
Stable tag: 1.8.0.2
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit beeb2bd

Please sign in to comment.