mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-08-03 12:44:08 +00:00
attempt default lerna publish with full checkout
This commit is contained in:
parent
4f68292db6
commit
9c4e0da998
9
.github/workflows/manual_npm_publishl.yml
vendored
9
.github/workflows/manual_npm_publishl.yml
vendored
@ -15,7 +15,10 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
node-version: [ 16.x ]
|
node-version: [ 16.x ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
@ -35,7 +38,7 @@ jobs:
|
|||||||
- name: Authenticate to git.vdb.to registry
|
- name: Authenticate to git.vdb.to registry
|
||||||
run: |
|
run: |
|
||||||
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}"
|
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}"
|
||||||
- name: yarn publish
|
- name: lerna publish
|
||||||
run: |
|
run: |
|
||||||
yarn publish:workspace
|
lerna publish
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user