mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-22 02:59:06 +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:
|
||||
node-version: [ 16.x ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
@ -35,7 +38,7 @@ 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 publish
|
||||
- name: lerna publish
|
||||
run: |
|
||||
yarn publish:workspace
|
||||
lerna publish
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user