mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
ci: Using v4 of git-cliff-action
This commit is contained in:
4
.github/workflows/lazarus.yaml
vendored
4
.github/workflows/lazarus.yaml
vendored
@@ -129,7 +129,7 @@ jobs:
|
||||
|
||||
- name: Generate Release Notes
|
||||
id: git-cliff
|
||||
uses: orhun/git-cliff-action@main
|
||||
uses: orhun/git-cliff-action@v4
|
||||
with:
|
||||
config: .github/cliff.toml
|
||||
args: --latest --strip header
|
||||
@@ -141,4 +141,4 @@ jobs:
|
||||
body: ${{ steps.git-cliff.outputs.content }}
|
||||
files: dist/*
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user