Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
thebinij committed Mar 1, 2023
1 parent d916443 commit 0434aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci && npm run test
- run: npm run package && ls
- run: npm publish ./dist
- run: npm run package
- run: npm publish .
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ulleritech/nepali-date-picker",
"version": "2.0.2",
"version": "2.0.3",
"description": "Nepali Date Picker",
"author": {
"name": "Ulleri Tech",
Expand Down

0 comments on commit 0434aea

Please sign in to comment.