mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1576 from openmv/workflow_update
github: Update workflow.
This commit is contained in:
commit
2962495818
4
.github/workflows/firmware.yml
vendored
4
.github/workflows/firmware.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user