Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Nov 24, 2020
1 parent 38cbbf5 commit b025618
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .makefiles/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ RELEASE_URL=https://api.github.com/repos/ArcBlock/forge-connect/releases
release:
@git config --local user.name "zhenqiang"
@git config --local user.email "[email protected]"
@git remote remove origin
@git remote add origin "https://$(GIT_HUB_TOKEN)@github.com/$(GITHUB_REPOSITORY).git"
@git tag -a $(RELEASE_VERSION) -m "Release $(RELEASE_VERSION). Revision is: $(GIT_VERSION)" | true
@git push origin $(RELEASE_VERSION) | true

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.5 (November 24, 2020)



## 1.1.4 (November 24, 2020)


Expand Down
2 changes: 1 addition & 1 deletion blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: static-demo-blocklet
title: Static Demo
version: 1.1.4
version: 1.1.5
description: Demo blocklet that shows how to serve a static html5 game with ABT Node
files:
- app/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.1.4",
"version": "1.1.5",
"description": "Demo blocklet that shows how to serve a static html5 game with ABT Node",
"files": [
"app/",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5

0 comments on commit b025618

Please sign in to comment.