File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ github-release upload \
108108
109109cd $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}
112112cd kscript_releases_${kscript_version}
113113
114114git config user.email " holgerbrandl@users.noreply.github.com"
@@ -131,6 +131,8 @@ git commit -m "v${kscript_version} release"
131131
132132git 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
You can’t perform that action at this time.
0 commit comments