Skip to content

Commit

Permalink
ci: fix malformed yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dekobon committed Dec 12, 2022
1 parent 5d614c1 commit 1d85806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_binaries_to_gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
archive: $bin-$tag-$target
tar: unix
zip: windows
include: LICENSE.txt,README.md,man/bunyan.1
include: LICENSE.txt,README.md,man/bunyan.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1d85806

Please sign in to comment.