Skip to content

Commit

Permalink
Merge pull request #12 from aodn/fix_release
Browse files Browse the repository at this point in the history
correct output of image metadata json object
  • Loading branch information
digorgonzola authored Dec 9, 2023
2 parents b3623f2 + 336b60d commit dccbf67
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 dccbf67

Please sign in to comment.