Skip to content

Commit

Permalink
fixup release workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Feb 27, 2024
1 parent 21986c5 commit 63764d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:

- name: Upload Docker Metadata to Release
run: |
echo ${{ steps.build_and_push.outputs.metadata }} >> metadata.json
json='${{ steps.build_and_push.outputs.metadata }}'
echo "$json" > metadata.json
gh release upload ${{ github.ref }} metadata.json
with:
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}

trigger_staging_deploy:
Expand Down

0 comments on commit 63764d4

Please sign in to comment.