Skip to content

Commit 60f2c69

Browse files
committed
fix: remove force publish flag again
1 parent 3fdd6a5 commit 60f2c69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
git_hash=$(git rev-parse --short "${{ github.sha }}")
7171
7272
${GITHUB_WORKSPACE}/node_modules/.bin/lerna version "0.0.0-${git_hash}" \
73-
--force-publish \
7473
--exact \
7574
--no-push \
7675
--no-git-tag-version \
@@ -123,7 +122,6 @@ jobs:
123122
git_hash=$(git rev-parse --short "${{ github.sha }}")
124123
125124
${GITHUB_WORKSPACE}/node_modules/.bin/lerna version "0.0.0-${git_hash}" \
126-
--force-publish \
127125
--exact \
128126
--no-push \
129127
--no-git-tag-version \

0 commit comments

Comments
 (0)