Skip to content

Commit 158eb6b

Browse files
committed
No workspace name for non-js languages.
1 parent c4e37c8 commit 158eb6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/manual-publish-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
5252

5353
- name: 'Set WORKSPACE_NAME variable'
54+
if: ${{ steps.check-js-package.outputs.is_js_package == 'true' }}
5455
shell: bash
5556
run: |
5657
WORKSPACE_NAME=$(./scripts/package-name.sh ${{ inputs.workspace_path }})

0 commit comments

Comments
 (0)