Skip to content

Commit

Permalink
Merge #391
Browse files Browse the repository at this point in the history
391: ci: typo key for fail on unmatched files r=alaviss a=saem

## Summary
* fixed a typo in ci publishing, should now fail if a glob matches nothing



Co-authored-by: Saem Ghani <saemghani+github@gmail.com>
  • Loading branch information
bors[bot] and saem authored Jul 31, 2022
2 parents eba3931 + 7591a08 commit aa11679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
prerelease: true
files: ${{ steps.release-files.outputs.result }}
tag_name: ${{ steps.release-files.outputs.version }}
fail-on-unmatched-files: true
fail_on_unmatched_files: true
target_commitish: ${{ github.event.after }}
body: |
Continuous delivery for commit ${{ github.event.after }}

0 comments on commit aa11679

Please sign in to comment.