Skip to content

Commit

Permalink
fix: add continue_on_error
Browse files Browse the repository at this point in the history
johnson2427 committed Sep 4, 2024
1 parent 902cc2f commit fff52be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@ jobs:
type=ref,event=pr
- name: Show tags
continue-on-error: true
run: |
echo "Tags generated by metadata-action:\n"
for tag in ${{ steps.metadata.output.tags }}; do

0 comments on commit fff52be

Please sign in to comment.