Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetSmellFox committed Dec 21, 2024
1 parent 27ae565 commit ce5c2df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x

- name: Changelog

- name: Generate a changelog
uses: orhun/git-cliff-action@v4
id: git-cliff
uses: orhun/git-cliff-action@v3
with:
config: cliff.toml
args: --verbose
args: -vv --latest --strip header
env:
OUTPUT: CHANGELOG.md
GITHUB_REPO: ${{ github.repository }}
Expand Down

0 comments on commit ce5c2df

Please sign in to comment.