Skip to content

Commit 9cf0faf

Browse files
authored
ci: Fix jupyterlite workflow (#8494)
1 parent 472afef commit 9cf0faf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jupyterlite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
path: lite/dist/
5959
- name: Set output
6060
id: vars
61-
run: echo "tag=${{ needs.docs_build.outputs.tag }}" >> $GITHUB_OUTPUT
61+
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
6262
- name: Upload dev
6363
if: |
6464
(github.event_name == 'workflow_dispatch' && github.event.inputs.target == 'dev') ||

0 commit comments

Comments
 (0)