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

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sim51 committed Sep 23, 2021
1 parent cfb97b7 commit 8f8ff1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fi
# Create the github release notes
# based on https://www.npmjs.com/package/github-release-cli
echo "Running github release github-release"
github-release upload --owner=sim51 --repo=neo4j-fdw --tag="v$version" --name="v$1" --body="$(cat $tmpfile)" neo4j-fdw_v$version.zip
github-release upload --owner=sim51 --repo=neo4j-fdw --tag="v$version" --release-name="v$1" --body="$(cat $tmpfile)" neo4j-fdw_v$version.zip

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

0 comments on commit 8f8ff1f

Please sign in to comment.