File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ export GITHUB_TOKEN=${GH_TOKEN}
7171# make your tag and upload
7272cd ${KSCRIPT_HOME}
7373
74+ git config user.email " holgerbrandl@users.noreply.github.com"
75+
76+
7477# git tag v${kscript_version} && git push --tags
7578(git diff --exit-code && git tag v${kscript_version} ) || echo " could not tag current branch"
7679git push --tags
@@ -107,6 +110,9 @@ cd $KSCRIPT_HOME && rm -rf kscript_releases_*
107110
108111git clone git@github.com:holgerbrandl/kscript.git kscript_releases_${kscript_version}
109112cd kscript_releases_${kscript_version}
113+
114+ git config user.email " holgerbrandl@users.noreply.github.com"
115+
110116# git checkout --orphan releases
111117# git reset --hard
112118# git rm --cached -r .
@@ -182,6 +188,8 @@ cd $KSCRIPT_HOME && rm -rf homebrew-tap
182188git clone https://github.com/holgerbrandl/homebrew-tap.git
183189cd homebrew-tap
184190
191+ git config user.email " holgerbrandl@users.noreply.github.com"
192+
185193archiveMd5=$( shasum -a 256 ${KSCRIPT_ARCHIVE} /kscript-${kscript_version} .zip | cut -f1 -d ' ' )
186194
187195cat - << EOF > kscript.rb
You can’t perform that action at this time.
0 commit comments