There was an error while loading. Please reload this page.
1 parent 472afef commit 9cf0fafCopy full SHA for 9cf0faf
1 file changed
.github/workflows/jupyterlite.yaml
@@ -58,7 +58,7 @@ jobs:
58
path: lite/dist/
59
- name: Set output
60
id: vars
61
- run: echo "tag=${{ needs.docs_build.outputs.tag }}" >> $GITHUB_OUTPUT
+ run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
62
- name: Upload dev
63
if: |
64
(github.event_name == 'workflow_dispatch' && github.event.inputs.target == 'dev') ||
0 commit comments