make publish yaml match manual workflow

This commit is contained in:
Michael Shaw 2022-10-13 14:52:48 -04:00
parent 45cc522bea
commit 78a558bc5f

View File

@ -27,7 +27,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:
@ -47,7 +50,6 @@ 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 from-package --no-git-tag-version --yes