File tree Expand file tree Collapse file tree 2 files changed +3
-24
lines changed
Expand file tree Collapse file tree 2 files changed +3
-24
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 nix develop -c bash tools/build_release.sh plugin
3535
36- - name : Upload artifact
37- if : startsWith(github.ref, 'refs/tags/v')
38- uses : actions/upload-artifact@v4
39- with :
40- name : Plugin
41- path : plugin.zip
42-
43- release :
44- name : Create Release
45- needs : build
46- if : startsWith(github.ref, 'refs/tags/v')
47- runs-on : ubuntu-latest
48-
49- steps :
50- - name : Download artifact
51- uses : actions/download-artifact@v4
52- with :
53- name : Plugin
54- path : .
55-
5636 - name : Create GitHub Release
37+ if : startsWith(github.ref, 'refs/tags/v')
5738 uses : softprops/action-gh-release@v2
5839 with :
5940 files : plugin.zip
60- env :
61- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 33 * Plugin Name: WP2Static
44 * Plugin URI: https://wp2static.com
55 * Description: Static site generator functionality for WordPress.
6- * Version: 7.2.0-dev
6+ * Version: 7.3.0
77 * Author: WP2Static
88 * Author URI: https://wp2static.com
99 * Text Domain: wp2static
1515 die;
1616}
1717
18- define ( 'WP2STATIC_VERSION ' , '7.2.0-dev ' );
18+ define ( 'WP2STATIC_VERSION ' , '7.3.0 ' );
1919define ( 'WP2STATIC_PATH ' , plugin_dir_path ( __FILE__ ) );
2020
2121if ( file_exists ( WP2STATIC_PATH . 'vendor/autoload.php ' ) ) {
You can’t perform that action at this time.
0 commit comments