mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-02-01 15:52:51 +00:00
make publish yaml match manual workflow
This commit is contained in:
parent
45cc522bea
commit
78a558bc5f
10
.github/workflows/publish.yaml
vendored
10
.github/workflows/publish.yaml
vendored
@ -27,7 +27,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:
|
||||
@ -47,7 +50,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 publish
|
||||
- name: lerna publish
|
||||
run: |
|
||||
yarn publish:workspace
|
||||
|
||||
lerna publish from-package --no-git-tag-version --yes
|
Loading…
Reference in New Issue
Block a user