Skip to content

Commit

Permalink
fix: debug still broken
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed Sep 4, 2024
1 parent 5732676 commit 94413bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
- name: Show tags
run: |
echo "Tags generated by metadata-action:\n"
for tag in ${{ toJson(steps.metadata.outputs.tags) }}; do
tags = "${{ steps.metadata.output.tags }}"
for tag in ${{ tags }}; do
echo $tag
done
Expand Down

0 comments on commit 94413bd

Please sign in to comment.