Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Nov 23, 2020
1 parent c417409 commit 27c09e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:

- name: Get changelog
run: |
changelog=`sed -n -E "/$tag/,/^\$/{/^#/{d;}; p;}" CHANGELOG.md`
changelog=`sed -n -E "/v${{ steps.get-version.outputs.VERSION }}/,/^\$/{/^#/{d;}; p;}" CHANGELOG.md`
echo "::set-output name=CHANGELOG::$changelog"
id: changelog

- name: Create release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 27c09e0

Please sign in to comment.