Skip to content

Commit

Permalink
more bash-fu
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Apr 23, 2024
1 parent 2e0fb51 commit cd29783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
- name: release-it
shell: bash
run: |
PRE_RELEASE_ARG=([ -n "${PRE_RELEASE}" ] && "--preRelease=${PRE_RELEASE}" || "")
PRE_RELEASE_ARG=([[ -n "${PRE_RELEASE}" ]] && "--preRelease=${PRE_RELEASE}" || "")
CMD="yarn release ${VERSION_BUMP} ${PRE_RELEASE_ARG} --ci --npm.skipChecks"
echo "${CMD}"

0 comments on commit cd29783

Please sign in to comment.