From 5951329eb7f7b749c05e872d21f754f9d94594cf Mon Sep 17 00:00:00 2001 From: lukeleppan Date: Mon, 9 Nov 2020 15:53:18 +0200 Subject: [PATCH 1/2] Fiw action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0cf3f6..1cb9587 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: npm install npm run build --if-present mkdir ${{ env.PLUGIN_NAME }} - cp dist/main.js manifest.json styles.css README.md ${{ env.PLUGIN_NAME }} + cp dist/main.js manifest.json README.md ${{ env.PLUGIN_NAME }} zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }} ls echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)" From 9a9f9a5cd7d34800018e7c583f0fbdee8e818a32 Mon Sep 17 00:00:00 2001 From: lukeleppan Date: Mon, 9 Nov 2020 15:55:38 +0200 Subject: [PATCH 2/2] bump --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e8950b1..92b10b6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "better-word-count", "name": "Better Word Count", - "version": "0.1.0", + "version": "0.2.0", "description": "Counts the words of selected text in the editor.", "author": "Luke Leppan", "authorUrl": "https://lukeleppan.com", diff --git a/package.json b/package.json index aef21fe..88e3bda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-word-count", - "version": "0.1.0", + "version": "0.2.0", "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": {