Skip to content

Commit 5e211eb

Browse files
committed
Fix make-release target
1 parent 4f3ebc4 commit 5e211eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ upload: dist version-test
254254
# from it (tail + sed) and then create a Github release with that.
255255
release:
256256
gh auth status
257-
@X=`git describe --exact-match HEAD` && ( git tag -n1000 "$$X" | tail -n +3 | sed 's/^[[:blank:]]\{,4\}\(.*\)$$/\1/' | tee .release-notes | gh release create --generate-notes "$$X" --notes-files - )
257+
@X=`git describe --exact-match HEAD` && ( git tag -n1000 "$$X" | tail -n +3 | sed 's/^[[:blank:]]\{,4\}\(.*\)$$/\1/' | tee .release-notes | gh release create --generate-notes "$$X" --notes-file - )
258258
@cat .release-notes
259259

260260
runner-version-matrix:

0 commit comments

Comments
 (0)