Skip to content

Commit 38cbbf5

Browse files
committed
fix ci
1 parent b46d0cb commit 38cbbf5

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.4 (November 24, 2020)
2+
3+
4+
15
## 1.1.3 (November 24, 2020)
26

37

blocklet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: static-demo-blocklet
22
title: Static Demo
3-
version: 1.1.3
3+
version: 1.1.4
44
description: Demo blocklet that shows how to serve a static html5 game with ABT Node
55
files:
66
- app/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "1.1.3",
7+
"version": "1.1.4",
88
"description": "Demo blocklet that shows how to serve a static html5 game with ABT Node",
99
"files": [
1010
"app/",

tools/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ make release
1010
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
1111

1212
echo "publishing did-connect blocklet..."
13-
abtnode bundle
13+
npm run release
1414
npm publish .blocklet/bundle
1515

1616
# deploy to remote ABT Node

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.3
1+
1.1.4

0 commit comments

Comments
 (0)