Skip to content

Commit 9de0eaf

Browse files
committed
chore(release): v1.1.18 update action-workflow
1 parent 4227a1c commit 9de0eaf

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

.github/workflows/main.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@ jobs:
2525
run: yarn release
2626

2727
- name: Blocklet workflow
28-
uses: blocklet/action-workflow@v0.2.2
28+
uses: blocklet/action-workflow@v1
2929
with:
3030
skip-bundle: true
3131
skip-upload: false
3232
skip-deploy: false
33-
registry-endpoint: ${{ secrets.BLOCKLET_REGISTRY }}
34-
developer-sk: ${{ secrets.ABTNODE_DEV_SK }}
35-
abtnode-endpoint: ${{ secrets.AWS_NODE_ENDPOINT }}
36-
access-key: ${{ secrets.AWS_NODE_ACCESS_KEY }}
37-
access-secret: ${{ secrets.AWS_NODE_ACCESS_SECRET }}
33+
store-endpoint: ${{ secrets.STORE_ENDPOINT_PROD }}
34+
store-access-token: ${{ secrets.STORE_ACCESS_TOKEN_PROD }}
35+
server-endpoint: ${{ secrets.AWS_NODE_ENDPOINT }}
36+
server-access-key: ${{ secrets.AWS_NODE_ACCESS_KEY }}
37+
server-access-secret: ${{ secrets.AWS_NODE_ACCESS_SECRET }}
3838
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
3939
github-token: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Deploy ALIYUN_NODE
42-
uses: blocklet/action-workflow@v0.2.2
42+
uses: blocklet/action-workflow@v1
4343
with:
4444
skip-bundle: true
4545
skip-release: true
4646
skip-deploy: false
47-
abtnode-endpoint: ${{ secrets.ALIYUN_NODE_ENDPOINT }}
48-
access-key: ${{ secrets.ALIYUN_NODE_ACCESS_KEY }}
49-
access-secret: ${{ secrets.ALIYUN_NODE_ACCESS_SECRET }}
47+
server-endpoint: ${{ secrets.ALIYUN_NODE_ENDPOINT }}
48+
server-access-key: ${{ secrets.ALIYUN_NODE_ACCESS_KEY }}
49+
server-access-secret: ${{ secrets.ALIYUN_NODE_ACCESS_SECRET }}
5050
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.18 (十二月 24, 2021)
2+
3+
- [skip ci] Update README.md
4+
15
## 1.1.17 (December 23, 2021)
26

37
- chore: update docs, screenshots and abtnode-related scripts

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55

66
Demo blocklet contains only static files, which is an html5 game
77

8-
## Install on my ABT Node
9-
10-
[![Install on my ABT Node](https://raw.githubusercontent.com/blocklet/development-guide/main/assets/install_on_abtnode.svg)](https://install.arcblock.io/?action=blocklet-install&meta_url=https%3A%2F%2Fgithub.com%2Fblocklet%2Fhtml-2048-sample%2Freleases%2Fdownload%2Fv1.1.17%2Fblocklet.json)
11-
128
## Run and debug in the cloud with Gitpod
139

1410
Click the "Open in Gitpod" button, Gitpod will start Blocklet Server and the blocklet.

blocklet.yml

+1-1
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.17
3+
version: 1.1.18
44
description: Demo blocklet that shows how to serve a static html5 game with Blocklet Server
55
files:
66
- app/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "1.1.17",
7+
"version": "1.1.18",
88
"description": "Demo blocklet that shows how to serve a static html5 game with Blocklet Server",
99
"files": [
1010
"app/",

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.17
1+
1.1.18

0 commit comments

Comments
 (0)