Skip to content

Commit e8b7df2

Browse files
fix(ci): remove --notes-from-tag (incompatible with --generate-notes) (#50)
gh release create cannot use --notes-from-tag and --generate-notes together.
1 parent 9de8ff5 commit e8b7df2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
echo "Creating GitHub release: $LATEST_TAG"
7777
gh release create "$LATEST_TAG" \
7878
--title "$LATEST_TAG" \
79-
--notes-from-tag \
8079
--generate-notes
8180
else
8281
echo "Tag $LATEST_TAG already exists or no packages published"

0 commit comments

Comments
 (0)