From 4efb1e7dce3bf81af426166b5656f4e585ac35f5 Mon Sep 17 00:00:00 2001 From: David Mondok <3883758+davidmondok@users.noreply.github.com> Date: Tue, 10 Mar 2020 17:49:53 +0100 Subject: [PATCH] fix github url, update release workflow --- .github/workflows/release.yml | 22 ++++++++++++++++------ readme.txt | 2 +- woda-admin-options.php | 6 +++--- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 458a0dd..db27243 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,13 +22,23 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: filename: '${{ steps.get_repo_name.outputs.REPOSITORY_NAME }}.zip' - exclusions: '*.git* - /*node_modules/* - *.lock + exclusions: '.distignore + .DS_Store + .editorconfig .editorconfig - .distignore - src - assets/src' + .idea + .npmrc + .stylelintrc.json + *.git* + *.lock + *.log + /*node_modules/* + assets/src + gulpfile.ts + gulppress* + npm-debug.log + phpcs.xml + src' - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') diff --git a/readme.txt b/readme.txt index 545deb8..9ba8bdb 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: @davidmondok Tags: fonts, performance Requires at least: 4.5 Tested up to: 5.3 -Stable tag: 0.3.1 +Stable tag: 0.3.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/woda-admin-options.php b/woda-admin-options.php index 39774fe..8b5e86e 100644 --- a/woda-admin-options.php +++ b/woda-admin-options.php @@ -1,16 +1,16 @@