We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885307d commit 3fdd6a5Copy full SHA for 3fdd6a5
.github/workflows/release.yml
@@ -70,6 +70,7 @@ jobs:
70
git_hash=$(git rev-parse --short "${{ github.sha }}")
71
72
${GITHUB_WORKSPACE}/node_modules/.bin/lerna version "0.0.0-${git_hash}" \
73
+ --force-publish \
74
--exact \
75
--no-push \
76
--no-git-tag-version \
@@ -122,6 +123,7 @@ jobs:
122
123
124
125
126
127
128
129
0 commit comments