Skip to content

Commit

Permalink
Merge pull request #11 from pragmasoft-ua/test
Browse files Browse the repository at this point in the history
Fix npm publish
  • Loading branch information
RomanenkoStud authored Nov 1, 2023
2 parents 55651eb + 00c4347 commit e112576
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Publish Kite Chat Component
run: |
echo "//registry.npmjs.org/:_authToken=${{ env.npm_token }}" > ~/.npmrc
npm publish --access public -w @pragmasoft-ukraine/kite-chat-component
npm publish --access public
publish_kite_chat:
needs: build_main
Expand All @@ -194,7 +194,7 @@ jobs:
- name: Publish Kite Chat
run: |
echo "//registry.npmjs.org/:_authToken=${{ env.npm_token }}" > ~/.npmrc
npm publish --access public -w @pragmasoft-ukraine/kite-chat
npm publish --access public
deploy:
needs: [build_main, build_test]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/kite-chat-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "kite-chat web component",
"license": "LGPL3.0",
"author": "Dmytro V. Zemnytskyi <pragmasoft@gmail.com>",
"version": "2023.10.3",
"version": "2023.10.4",
"homepage": "https://www.k1te.chat/",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/kite-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Kite chat frontend",
"license": "LGPL3.0",
"author": "Dmytro V. Zemnytskyi <pragmasoft@gmail.com>",
"version": "2023.10.3",
"version": "2023.10.4",
"homepage": "https://www.k1te.chat/",
"repository": {
"type": "git",
Expand Down

0 comments on commit e112576

Please sign in to comment.