Skip to content

Commit

Permalink
release.yml: final fix to upload file step
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Feb 27, 2024
1 parent 63764d4 commit 12bd67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
json='${{ steps.build_and_push.outputs.metadata }}'
echo "$json" > metadata.json
gh release upload ${{ github.ref }} metadata.json
gh release upload ${{ github.ref_name }} metadata.json
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}

Expand Down

0 comments on commit 12bd67f

Please sign in to comment.