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.
1 parent bb3b6fe commit 2ad5cc6Copy full SHA for 2ad5cc6
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [12.x, 14.x]
+ node-version: [14.x]
14
steps:
15
- uses: actions/checkout@v1
16
- name: Use Node.js ${{ matrix.node-version }}
@@ -33,4 +33,6 @@ jobs:
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36
- run: npx semantic-release
+ run: |
37
+ npx semantic-release
38
+ npm publish
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-promise-loader",
3
- "version": "1.0.10",
+ "version": "1.0.8",
4
"description": "This is NPM package with a component for React that will help you display the loader at use react-promise-tracker",
5
"main": "./dist/index.js",
6
"scripts": {
0 commit comments