Skip to content

Commit b6f35b5

Browse files
committed
Update action.yml
1 parent 2f6b1cf commit b6f35b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions/publish-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
working-directory: ${{ inputs.working-directory }}
4646
- name: 🏷️ Set Version
4747
run: |
48-
if [ "${{ inputs.preid }}" = "none" ] || [ -z "${{ inputs.preid }}" ]; then
48+
if [ -z "${{ inputs.preid }}" ]; then
4949
npx lerna@5 version ${{ inputs.version }} --yes --exact --no-changelog --no-push --no-git-tag-version
5050
else
5151
npx lerna@5 version ${{ inputs.version }} --yes --exact --no-changelog --no-push --no-git-tag-version --preid=${{ inputs.preid }}

0 commit comments

Comments
 (0)