Skip to content

Commit f7ffa6a

Browse files
committed
t
1 parent d61de77 commit f7ffa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
env:
232232
GH_TOKEN: ${{ github.token }}
233233
GH_REPO: ${{ github.repository }}
234-
DOCKER_META_TAGS: ${{ fromJSON(steps.meta.outputs.json).tags }}
234+
DOCKER_META_TAGS: ${{ join(fromJSON(steps.meta.outputs.json).tags, ' ') }}
235235
run: |
236236
gh release create "${{ inputs.release_version }}" *.tar.gz \
237237
--generate-notes \

0 commit comments

Comments
 (0)