Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 8f8ff1f

Browse files
committed
Fix release script
1 parent cfb97b7 commit 8f8ff1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fi
5454
# Create the github release notes
5555
# based on https://www.npmjs.com/package/github-release-cli
5656
echo "Running github release github-release"
57-
github-release upload --owner=sim51 --repo=neo4j-fdw --tag="v$version" --name="v$1" --body="$(cat $tmpfile)" neo4j-fdw_v$version.zip
57+
github-release upload --owner=sim51 --repo=neo4j-fdw --tag="v$version" --release-name="v$1" --body="$(cat $tmpfile)" neo4j-fdw_v$version.zip
5858

5959
echo "Go to next version for dev"
6060
cat ./neo4j-fdw.control | sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/default_version = '${next_version}-dev'/" > ./neo4j-fdw.control.new

0 commit comments

Comments
 (0)