Skip to content

Commit

Permalink
fix: publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vadson71 committed Mar 30, 2023
1 parent 67e0281 commit 101ce5b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-readers-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vscode-ui5-language-assistant": patch
---

fix publishing
4 changes: 2 additions & 2 deletions .github/workflows/deploy_maual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Prepare .npmrc
run:
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
echo "//registry.npmjs.org/:_authToken=test" >> ~/.npmrc

# To help debug when lerna detects changes to the working tree and fails the publish
- name: Status
Expand All @@ -47,6 +47,6 @@ jobs:
# https://github.com/lerna/lerna/issues/2788
uses: borales/actions-yarn@v4
with:
cmd: release:publish --no-verify-access
cmd: release:publish


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"build:quick": "lerna run compile && lerna run bundle && lerna run package",
"release:version": "lerna version --force-publish",
"release:publish": "lerna publish from-git --yes",
"release:publish": "lerna publish from-package --yes",
"ci": "npm-run-all format:validate ci:subpackages coverage:merge legal:*",
"compile": "yarn run clean && tsc --build",
"compile:watch": "yarn run clean && tsc --build --watch",
Expand Down

0 comments on commit 101ce5b

Please sign in to comment.