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 e10af97 commit 60538f1Copy full SHA for 60538f1
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
78
79
- name: Release packages on '${{ inputs.channel }}' channel
80
- run: yarn release -c ${{ inputs.channel }} --verbose ${{ inputs.publish-only && '--publishOnly' }} ${{ inputs.skip-publish && '--skipPublish' }} ${{ inputs.github-release && '--githubRelease'}}
+ run: yarn release -c ${{ inputs.channel }} --verbose ${{ inputs.publish-only && '--publishOnly' || '' }} ${{ inputs.skip-publish && '--skipPublish' || '' }} ${{ inputs.github-release && '--githubRelease' || '' }}
81
env:
82
RELEASE_ENABLED: ${{ vars.RELEASE_ENABLED }}
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments