Skip to content

Commit e908d67

Browse files
committed
chore(ci): fix bundle release trigger
1 parent cfac3a7 commit e908d67

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
@@ -55,7 +55,7 @@ jobs:
5555
workflow_id: 'bundle.yml',
5656
ref: 'main',
5757
inputs: {
58-
tags: '${{ steps.get-tags.outputs.tags }}'
58+
tags: '${{ join(steps.get-tags.outputs.tags, ', ') }}'
5959
},
6060
});
6161

0 commit comments

Comments
 (0)