diff --git a/release.sh b/release.sh index e92061c1..3ed5e797 100755 --- a/release.sh +++ b/release.sh @@ -40,7 +40,7 @@ fi echo "Creating archive file" mkdir -p dist -tar cvfz ${archive} build.sh grants/ispyb_*.sql schemas/ispyb/*.sql schemas/ispyb/updates/*.sql schemas/ispyb_analytics/* schemas/xchem_db/*.sql schemas/xchem_db/updates/*.sql bin/* +tar cvfz ${archive} build.sh grants/ispyb_*.sql schemas/ispyb/*.sql schemas/ispyb/updates/*.sql schemas/ispyb_analytics/* schemas/xchem_db/*.sql schemas/xchem_db/*.sql bin/* echo "Creating tag v${schema_version}" git tag -a v${schema_version} -m v${schema_version}