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 ecf3912 commit ce7946aCopy full SHA for ce7946a
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "painterro",
3
- "version": "0.2.11",
+ "version": "0.2.12",
4
"description": "Embуedded html image editor",
5
"main": "build/painterro.commonjs2.js",
6
"scripts": {
publish.sh
@@ -28,7 +28,6 @@ res=`curl --user "$GH_USER:$GH_PATH" -X POST https://api.github.com/repos/${GH_U
28
}"`
29
echo Create release result: ${res}
30
rel_id=`echo ${res}| grep -oP '"id": +\d+' | grep -oP '\d+'`
31
-rel_id=1838656
32
file_name=painterro-${VERSION}.min.js
33
34
curl --user "$GH_USER:$GH_PATH" -X POST https://uploads.github.com/repos/${GH_USER}/${GH_REPO}/releases/${rel_id}/assets?name=${file_name}\
0 commit comments