Skip to content

Commit d5e4349

Browse files
committed
Updated release script to use https for version pointer checkout
1 parent 93e28cd commit d5e4349

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

misc/kscript_release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ github-release upload \
108108

109109
cd $KSCRIPT_HOME && rm -rf kscript_releases_*
110110

111-
git clone git@github.com:holgerbrandl/kscript.git kscript_releases_${kscript_version}
111+
git clone https://github.com/holgerbrandl/kscript kscript_releases_${kscript_version}
112112
cd kscript_releases_${kscript_version}
113113

114114
git config user.email "holgerbrandl@users.noreply.github.com"
@@ -131,6 +131,8 @@ git commit -m "v${kscript_version} release"
131131

132132
git push origin releases
133133

134+
## test the updated version pointer
135+
curl https://raw.githubusercontent.com/holgerbrandl/kscript/releases/kscript
134136

135137
########################################################################
136138
### release on sdkman

0 commit comments

Comments
 (0)