attempt default lerna publish with full checkout

This commit is contained in:
Michael Shaw 2022-10-13 11:45:08 -04:00
parent 4f68292db6
commit 9c4e0da998

View File

@ -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