Skip to content

Commit

Permalink
Merge pull request #9 from CartoDB/fix/publish
Browse files Browse the repository at this point in the history
Fix/publish
  • Loading branch information
Tedezed authored Sep 23, 2024
2 parents 32a9328 + aa9c587 commit e7763fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@ jobs:
env:
RELEASE_TYPE: ${{ steps.get-release-type.outputs.result }}
run: |
yarn lerna publish --yes --force-publish "*" --npm-tag ${RELEASE_TYPE}
set -x
yarn lerna publish --yes --force-publish "*" --dist-tag ${RELEASE_TYPE} --no-git-tag-version

0 comments on commit e7763fe

Please sign in to comment.