Merge pull request #1576 from openmv/workflow_update

github: Update workflow.
This commit is contained in:
Ibrahim Abdelkader 2022-03-06 17:58:54 +02:00 committed by GitHub
commit 2962495818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ jobs:
uses: mikepenz/release-changelog-builder-action@v2 uses: mikepenz/release-changelog-builder-action@v2
with: with:
toTag: ${{ github.sha }} toTag: ${{ github.sha }}
configuration: '.github/workflows/cl_config.json' configuration: '.github/workflows/changelog.json'
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@ -145,7 +145,7 @@ jobs:
name: Development Release name: Development Release
tag_name: development tag_name: development
body: | 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}} ${{steps.changelog.outputs.changelog}}
files: firmware/firmware_*.zip files: firmware/firmware_*.zip
env: env: