github: Update workflow.

* Fix typo.
* Rename changelog config file.
This commit is contained in:
iabdalkader 2022-03-06 17:54:17 +02:00
parent 9c054e3c36
commit 9ce84aad57
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ jobs:
uses: mikepenz/release-changelog-builder-action@v2
with:
toTag: ${{ github.sha }}
configuration: '.github/workflows/cl_config.json'
configuration: '.github/workflows/changelog.json'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@ -145,7 +145,7 @@ jobs:
name: Development Release
tag_name: development
body: |
**⚠️ WARNING: This a development release and it may be unstable.**
**⚠️ This is a development release, and it may be unstable.**
${{steps.changelog.outputs.changelog}}
files: firmware/firmware_*.zip
env: