Skip to content

Commit 3fdd6a5

Browse files
Update release.yml
1 parent 885307d commit 3fdd6a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ 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 \
7374
--exact \
7475
--no-push \
7576
--no-git-tag-version \
@@ -122,6 +123,7 @@ jobs:
122123
git_hash=$(git rev-parse --short "${{ github.sha }}")
123124
124125
${GITHUB_WORKSPACE}/node_modules/.bin/lerna version "0.0.0-${git_hash}" \
126+
--force-publish \
125127
--exact \
126128
--no-push \
127129
--no-git-tag-version \

0 commit comments

Comments
 (0)