Skip to content

Commit

Permalink
Merge pull request #8 from buraksakalli/fix/actions
Browse files Browse the repository at this point in the history
fix: actions
  • Loading branch information
buraksakalli authored Oct 20, 2022
2 parents 9a7a783 + 570b04c commit 6fcad7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
registry-url: https://registry.npmjs.org
- run: npm run preci
- run: npm run ci
- run: npm run build
- name: 🚀 publish
run: npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-iskelet",
"version": "1.1.21",
"version": "1.1.3",
"author": "Burak SAKALLI <burak@buraksakalli.org>",
"description": "A tiny react skeleton loader component",
"main": "dist/index.js",
Expand Down

0 comments on commit 6fcad7a

Please sign in to comment.