Skip to content

Commit

Permalink
v1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotLewis committed Oct 15, 2021
1 parent 4f73814 commit ed78f38
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
abtnode-endpoint: ${{ secrets.AWS_NODE_ENDPOINT }}
access-key: ${{ secrets.AWS_NODE_ACCESS_KEY }}
access-secret: ${{ secrets.AWS_NODE_ACCESS_SECRET }}
slack_webhook: ${{ secrets.SLACK_WEBHOOK }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy ALIYUN_NODE
Expand All @@ -46,4 +46,4 @@ jobs:
abtnode-endpoint: ${{ secrets.ALIYUN_NODE_ENDPOINT }}
access-key: ${{ secrets.ALIYUN_NODE_ACCESS_KEY }}
access-secret: ${{ secrets.ALIYUN_NODE_ACCESS_SECRET }}
slack_webhook: ${{ secrets.SLACK_WEBHOOK }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.12 (十月 15, 2021)

- fix: ci

## 1.1.11 (十月 15, 2021)

- feat: use action-workflow
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.11
version: 1.1.12
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.11",
"version": "1.1.12",
"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.11
1.1.12

0 comments on commit ed78f38

Please sign in to comment.