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 2f6b1cf commit b6f35b5Copy full SHA for b6f35b5
.github/workflows/actions/publish-npm/action.yml
@@ -45,7 +45,7 @@ runs:
45
working-directory: ${{ inputs.working-directory }}
46
- name: 🏷️ Set Version
47
run: |
48
- if [ "${{ inputs.preid }}" = "none" ] || [ -z "${{ inputs.preid }}" ]; then
+ if [ -z "${{ inputs.preid }}" ]; then
49
npx lerna@5 version ${{ inputs.version }} --yes --exact --no-changelog --no-push --no-git-tag-version
50
else
51
npx lerna@5 version ${{ inputs.version }} --yes --exact --no-changelog --no-push --no-git-tag-version --preid=${{ inputs.preid }}
0 commit comments