Skip to content

Commit

Permalink
Merge pull request #7 from buraksakalli/fix/actions
Browse files Browse the repository at this point in the history
fix: github actions
  • Loading branch information
buraksakalli authored Oct 20, 2022
2 parents aee8bd2 + 8fe3e85 commit 9a7a783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org
- run: npm preci
- run: npm ci
- run: npm run preci
- run: npm run ci
- 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.2",
"version": "1.1.21",
"author": "Burak SAKALLI <burak@buraksakalli.org>",
"description": "A tiny react skeleton loader component",
"main": "dist/index.js",
Expand Down

0 comments on commit 9a7a783

Please sign in to comment.