Skip to content

Commit

Permalink
Test publish from-git
Browse files Browse the repository at this point in the history
  • Loading branch information
Tedezed committed Sep 24, 2024
1 parent aa9c587 commit b8f271b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
matrix:
include:
- node-version: 18.x
publish: true
publish: false
- node-version: 20.x
publish: true # TODO
publish: trues # TODO
- node-version: 22.x
publish: true
publish: false

env:
CI: true
Expand Down Expand Up @@ -108,5 +108,5 @@ jobs:
RELEASE_TYPE: ${{ steps.get-release-type.outputs.result }}
run: |
set -x
yarn lerna publish --yes --force-publish "*" --dist-tag ${RELEASE_TYPE} --no-git-tag-version
yarn lerna publish from-git --yes "*" --dist-tag ${RELEASE_TYPE}

0 comments on commit b8f271b

Please sign in to comment.