Skip to content

Commit

Permalink
chore: fix release notes build
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Jan 1, 2025
1 parent 8cfa964 commit 1b1cc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

- name: Generate Release Notes
run: |
mage release:notes ${{ github.ref_name }} > release-notes.md
mage -d build release:notes ${{ github.ref_name }} > release-notes.md
- name: GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 1b1cc23

Please sign in to comment.