Skip to content

Commit

Permalink
upd deps
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Login <[email protected]>
  • Loading branch information
batazor committed Dec 5, 2024
1 parent a71370f commit 487e1b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
working-directory: ./boundaries/platform/ui-kit

- name: Publish 🚀
run: pnpm publish --provenance --access public --registry https://registry.npmjs.org
run: pnpm publish --provenance --access public --registry https://registry.npmjs.org --no-git-checks
working-directory: ./boundaries/platform/ui-kit
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions boundaries/platform/ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shortlink-org/ui-kit",
"version": "1.4.4",
"_id": "@shortlink-org/[email protected].4",
"version": "1.4.5",
"_id": "@shortlink-org/[email protected].5",
"description": "UI kit for ShortLink",
"readme": "./README.md",
"type": "module",
Expand Down

0 comments on commit 487e1b4

Please sign in to comment.