Skip to content

Commit cebdda4

Browse files
Added publish sub-packages env var to actual publish step
1 parent 86ef0ff commit cebdda4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tag-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ jobs:
333333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
334334
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
335335
PUBLISH_PACKAGE: ${{ inputs.publish_package }}
336+
PUBLISH_SUBPACKAGES: ${{ inputs.publish_subpackages }}
336337
TAG_FORMAT: ${{ inputs.tag_format }}
337338
MAIN_BRANCH: ${{ inputs.main_branch }}
338339
EXTRA_ASSET: ${{ inputs.extra_artifact_name }}

0 commit comments

Comments
 (0)