Skip to content

Commit

Permalink
fix: 修正release GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Jul 12, 2023
1 parent 6e939bf commit 36986bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: orhun/git-cliff-action@v2
id: git-cliff
with:
config: cliff.toml
args: -vv --latest --strip header
config: git-cliff/cliff.toml
args: -vv --latest --strip 'footer'
env:
OUTPUT: CHANGES.md
# use release body in the same job
Expand Down

0 comments on commit 36986bb

Please sign in to comment.