We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ef0ff commit cebdda4Copy full SHA for cebdda4
.github/workflows/tag-release.yml
@@ -333,6 +333,7 @@ jobs:
333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
334
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
335
PUBLISH_PACKAGE: ${{ inputs.publish_package }}
336
+ PUBLISH_SUBPACKAGES: ${{ inputs.publish_subpackages }}
337
TAG_FORMAT: ${{ inputs.tag_format }}
338
MAIN_BRANCH: ${{ inputs.main_branch }}
339
EXTRA_ASSET: ${{ inputs.extra_artifact_name }}
0 commit comments