Skip to content

Commit

Permalink
chore(release): goreleaser --release-notes invalid input (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndopj authored Sep 30, 2023
1 parent 727ab15 commit 312afbf
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 @@ -40,7 +40,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --release-notes "$(cat release-notes.md)"
args: release --clean --release-notes release-notes.md
env:
# GitHub sets the GITHUB_TOKEN secret automatically.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 312afbf

Please sign in to comment.