Skip to content

Commit

Permalink
fix: release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Nov 16, 2024
1 parent 0a9ac37 commit f1cccc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
go-version-file: go.mod
cache: true
- name: Generate Release Notes
run: scripts/release-notes.sh $VERSION > release-notes.md
run: scripts/release-notes.sh $VERSION > /tmp/release-notes.md
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
args: release --clean --parallelism 5 --release-notes release-notes.md
args: release --clean --parallelism 5 --release-notes /tmp/release-notes.md

images:
name: Docker Images
Expand Down

0 comments on commit f1cccc3

Please sign in to comment.