trying basic npm publish

This commit is contained in:
Michael Shaw
2023-02-15 17:57:29 -05:00
parent 723c2be857
commit 93e3f5c301
3 changed files with 15 additions and 5284 deletions
+2 -3
View File
@@ -35,7 +35,6 @@ jobs:
- name: Authenticate to git.vdb.to registry
run: |
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}"
- name: yarn lerna publish
run: |
yarn lerna publish from-package --no-git-tag-version --yes
- name: npm publish
run: npm publish