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}
71
71
# make your tag and upload
72
72
cd ${KSCRIPT_HOME}
73
73
74
+ git config user.email " holgerbrandl@users.noreply.github.com"
75
+
76
+
74
77
# git tag v${kscript_version} && git push --tags
75
78
(git diff --exit-code && git tag v${kscript_version} ) || echo " could not tag current branch"
76
79
git push --tags
@@ -107,6 +110,9 @@ cd $KSCRIPT_HOME && rm -rf kscript_releases_*
107
110
108
111
git clone git@github.com:holgerbrandl/kscript.git kscript_releases_${kscript_version}
109
112
cd kscript_releases_${kscript_version}
113
+
114
+ git config user.email " holgerbrandl@users.noreply.github.com"
115
+
110
116
# git checkout --orphan releases
111
117
# git reset --hard
112
118
# git rm --cached -r .
@@ -182,6 +188,8 @@ cd $KSCRIPT_HOME && rm -rf homebrew-tap
182
188
git clone https://github.com/holgerbrandl/homebrew-tap.git
183
189
cd homebrew-tap
184
190
191
+ git config user.email " holgerbrandl@users.noreply.github.com"
192
+
185
193
archiveMd5=$( shasum -a 256 ${KSCRIPT_ARCHIVE} /kscript-${kscript_version} .zip | cut -f1 -d ' ' )
186
194
187
195
cat - << EOF > kscript.rb
You can’t perform that action at this time.
0 commit comments