File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2424 type : boolean
2525 required : false
2626 default : true
27+ dry-run :
28+ description : Should only preview operations instead of actually executing them
29+ type : boolean
30+ required : false
31+ default : false
2732
2833env :
2934 TERM : xterm-256color
30- FORCE_COLOR : " true"
35+ FORCE_COLOR : ' true'
3136
3237jobs :
3338 release :
7782 git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
7883
7984 - 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' || '' }}
85+ run : yarn release -c ${{ inputs.channel }} --verbose ${{ inputs.publish-only && '--publishOnly' || '' }} ${{ inputs.skip-publish && '--skipPublish' || '' }} ${{ inputs.github-release && '--githubRelease' || '' }} ${{ inputs.dry-run && '--dryRun' || '' }}
8186 env :
8287 RELEASE_ENABLED : ${{ vars.RELEASE_ENABLED }}
8388 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments