Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
horahoradev committed Sep 2, 2021
1 parent d0b2acf commit bb64c4d
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 @@ -39,7 +39,7 @@ jobs:
- name: get changelog
id: get_changelog
run: |
echo "::set-output name=changelog::$(cat Changelog.md | grep -oPz '(?s)### {{ steps.get_date.outputs.change_date }}.*?\n\n\n')
echo "::set-output name=changelog::$(cat Changelog.md | grep -oPz '(?s)### {{ steps.get_date.outputs.change_date }}.*?\n\n\n')"
- name: Run Make
run: make all tar
- name: Create Release
Expand Down

0 comments on commit bb64c4d

Please sign in to comment.