From c8201c9a5678a5ffde1bfea5026424a2b019611a Mon Sep 17 00:00:00 2001 From: Andrei Arkhipov Date: Sat, 6 Mar 2021 02:02:43 +0300 Subject: [PATCH 1/2] Update deploy.yml --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f7e5f56..9354bab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,5 +34,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | - npx semantic-release - npm publish + yarn semantic-release From 9aef3fb9080ef2bb37a86d6bf832709bd3a36a8e Mon Sep 17 00:00:00 2001 From: Andrei Arkhipov Date: Sat, 6 Mar 2021 02:06:07 +0300 Subject: [PATCH 2/2] publish: test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83f1113..ee539f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-promise-loader", "version": "1.0.10", - "description": "This is NPM package with a component for React that will help you display the loader at use react-promise-tracker", + "description": "This is a NPM package with a component for React that will help you display the loader at use react-promise-tracker", "main": "./src/index.js", "scripts": { "build": "webpack --mode production",