Skip to content

Commit

Permalink
14
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov authored Jul 18, 2024
1 parent fba42bb commit 50375ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishUICSS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: yarn && yarn build && yarn publish:css-develop
- run: yarn && yarn build && npm publish:css-develop
working-directory: ./react/css/
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
2 changes: 1 addition & 1 deletion react/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-components-css",
"version": "0.0.2-beta.13",
"version": "0.0.2-beta.14",
"license": "MIT",
"main": "dist/index.css",
"author": "Jagankumar <[email protected]>",
Expand Down

0 comments on commit 50375ae

Please sign in to comment.