Skip to content

Commit c778d1c

Browse files
committed
chore: debug ci
1 parent 8816849 commit c778d1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@ jobs:
5353
github-token: ${{ secrets.GITHUB_TOKEN }}
5454
script: |
5555
try {
56+
const tags = ${{ steps.get-tags.outputs.tags }};
5657
const result = await github.rest.actions.createWorkflowDispatch({
5758
owner: 'patternfly',
5859
repo: 'patternfly-elements',
5960
workflow_id: 'bundle.yml',
6061
ref: 'main',
6162
inputs: {
62-
tags: '${{ steps.get-tags.outputs.tags }}'
63+
tags
6364
},
6465
})
6566
console.log(result);

0 commit comments

Comments
 (0)