Merge pull request #1770 from openmv/update_workflow

github: Update workflows.
This commit is contained in:
Ibrahim Abdelkader 2023-01-21 11:17:56 +02:00 committed by GitHub
commit 4f732d8635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,7 @@ jobs:
id: changelog
uses: mikepenz/release-changelog-builder-action@v3
with:
toTag: ${{ github.sha }}
configuration: '.github/workflows/changelog.json'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}