Skip to content

Commit

Permalink
chore: set proper img link
Browse files Browse the repository at this point in the history
  • Loading branch information
blelump committed Jul 19, 2024
1 parent bebb94e commit 6d59eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

outputs:
img-tag: ${{ steps.meta.outputs.img-tag }}
img-tag: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
changelog: ${{ steps.extract-changelog.outputs.markdown }}

release:
Expand Down

0 comments on commit 6d59eef

Please sign in to comment.