We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabe21c commit bea71d3Copy full SHA for bea71d3
build.sh
@@ -22,6 +22,9 @@ strip_rc_ver() {
22
23
VER=$(grep '"version":' "$MANIFEST_IN" | sed -re 's/.*": "(.*?)".*/\1/')
24
if [ "$1" == "tag" ]; then
25
+ # ensure nscl is up-to-date git-wise
26
+ ./nscl_gitsync.sh
27
+
28
echo "Tagging at $VER"
29
git tag -a "$VER" -e -m"$(gitcl 2>/dev/null)"
30
git push && git push origin "$VER"
@@ -193,8 +196,6 @@ fi
193
196
mv "$BUILD" "$CHROMIUM_UNPACKED"
194
197
195
198
if [ "$SIGNED" ]; then
- # ensure nscl is up-to-date git-wise
- ./nscl_gitsync.sh
199
"$0" tag
200
nscl
201
../../we-publish "$XPI.xpi"
0 commit comments