Skip to content

Commit 038fc5f

Browse files
committed
Merge branch 'master' of github.com:awibox/react-promise-loader
2 parents dd22564 + 9aef3fb commit 038fc5f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ jobs:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3636
run: |
37-
npx semantic-release
38-
npm publish
37+
yarn semantic-release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-promise-loader",
33
"version": "1.0.10",
4-
"description": "This is NPM package with a component for React that will help you display the loader at use react-promise-tracker",
4+
"description": "This is a NPM package with a component for React that will help you display the loader at use react-promise-tracker",
55
"main": "./src/index.js",
66
"scripts": {
77
"build": "webpack --mode production",

0 commit comments

Comments
 (0)