Skip to content

Commit

Permalink
Release notes part 9k
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrendek committed Oct 13, 2024
1 parent a0b96a6 commit 738ee1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
--repo="$GIT_REPOSITORY" \
--title="Release `date -u +%Y%m%d`.${GITHUB_RUN_ID}" \
--generate-notes \
--notes="`git log --pretty=format:'- %s' $GITHUB_SHA...HEAD`"
--notes="`git log --pretty=format:'- %s' $GITHUB_SHA...HEAD`" \
./dist/*
# steps:
Expand Down

0 comments on commit 738ee1b

Please sign in to comment.