Skip to content

Commit b47402c

Browse files
fix(ci): project variable usage
1 parent fe5a54b commit b47402c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
139139
with:
140140
if-no-files-found: error
141-
name: ${{ needs.meta.outputs.project }}
141+
name: componentize-js
142142
path: |
143143
${{ needs.meta.outputs.artifacts-glob }}
144144

0 commit comments

Comments
 (0)