Skip to content

Commit

Permalink
correct output of image metadata json object
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 9, 2023
1 parent b3623f2 commit 336b60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
steps:
- name: Write image metadata to file
id: metadata_to_file
run: echo ${{ needs.build_test_push.outputs.image_metadata }} > metadata.json
run: echo '${{ needs.build_test_push.outputs.image_metadata }}' > metadata.json

- name: Create Draft Release
id: create_draft_release
Expand Down

0 comments on commit 336b60d

Please sign in to comment.