We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd22564 + 9aef3fb commit 038fc5fCopy full SHA for 038fc5f
.github/workflows/deploy.yml
@@ -34,5 +34,4 @@ jobs:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36
run: |
37
- npx semantic-release
38
- npm publish
+ yarn semantic-release
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-promise-loader",
3
"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",
+ "description": "This is a NPM package with a component for React that will help you display the loader at use react-promise-tracker",
5
"main": "./src/index.js",
6
"scripts": {
7
"build": "webpack --mode production",
0 commit comments