Skip to content

Commit 812dcd3

Browse files
committed
1.2.91
1 parent bdb9217 commit 812dcd3

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "painterro",
3-
"version": "1.2.90",
3+
"version": "1.2.91",
44
"description": "HTML5 image editing widget (js paint plugin)",
55
"main": "build/painterro.commonjs2.js",
66
"repository": {

publish.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
GH_USER=ivictbor
77
GH_REPO_USER=devforth
8-
GH_PASS=`cat ~/keys/.ghtoken`
8+
GH_PASS=`cat ~/keys/gh_ptro_release_token`
99
WP_PASSWORD=`cat ~/keys/.wppassword`
1010
GH_REPO=painterro
1111
GH_TARGET=master
1212
ASSETS_PATH=build
1313
npm --no-git-tag-version version patch
1414
VERSION=`grep '"version":' package.json | cut -d\" -f4`
15-
npm run build
15+
# npm run build
1616

1717
if [ $? -eq 0 ]; then
1818
echo BUILD OK
@@ -40,9 +40,9 @@ cd ..
4040
git add -u
4141
git commit -m "$VERSION"
4242
git push
43-
npm publish
43+
# npm publish
4444

45-
ehco "GH USER AND PATH",$GH_USER, $GH_PASS
45+
echo "GH USER AND PATH",$GH_USER, $GH_PASS
4646

4747
res=`curl --user "$GH_USER:$GH_PASS" -X POST https://api.github.com/repos/${GH_REPO_USER}/${GH_REPO}/releases \
4848
-d "
@@ -68,4 +68,4 @@ curl --user "$GH_USER:$GH_PASS" -X POST https://uploads.github.com/repos/${GH_RE
6868
--header 'Content-Type: text/javascript ' --upload-file ${ASSETS_PATH}/${file_map_name}
6969

7070
rm ${ASSETS_PATH}/${file_name}
71-
rm ${ASSETS_PATH}/${file_map_name}
71+
rm ${ASSETS_PATH}/${file_map_name}

0 commit comments

Comments
 (0)