github: Update workflows.

This commit is contained in:
iabdalkader 2023-01-21 11:16:35 +02:00
parent 18b549a91c
commit addfb5d81a

View File

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