Skip to content

Commit

Permalink
ci: fix missing change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Jun 18, 2021
1 parent bcea2b7 commit 84a3793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
run: make archive

- name: Build changelog
id: relase_log
uses: mikepenz/release-changelog-builder-action@v1
id: changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -27,5 +27,5 @@ jobs:
with:
artifacts: "release/*.zip"
body: |
${{ steps.changlog.outputs.changelog }}
${{ steps.relase_log.outputs.changelog }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 84a3793

Please sign in to comment.