Skip to content

Commit 9cfa8be

Browse files
authored
Fix version and ci
1 parent fb74870 commit 9cfa8be

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/workflows/publish-release.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Publish New Release
22

33
on:
4-
pull_request:
5-
branch:
6-
- 'master'
7-
types: [ closed ]
4+
push
5+
# pull_request:
6+
# branch:
7+
# - 'master'
8+
# types: [ closed ]
89

910
jobs:
1011
release:
@@ -13,6 +14,8 @@ jobs:
1314

1415
- name: Checkout
1516
uses: actions/checkout@master
17+
with:
18+
node-version: 16
1619

1720
- name: Read package.json
1821
id: package-version
@@ -41,6 +44,8 @@ jobs:
4144

4245
- name: Checkout
4346
uses: actions/checkout@master
47+
with:
48+
node-version: 16
4449

4550
- name: Build
4651
uses: actions/setup-node@master
@@ -105,6 +110,8 @@ jobs:
105110

106111
- name: Build
107112
uses: actions/setup-node@master
113+
with:
114+
node-version: 16
108115
- run: npm cache clear --force
109116
- run: npm install yarn --legacy-peer-deps
110117
- run: yarn add ajv-formats

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dbm",
3-
"version": "1.23.0-SNAPSHOT",
3+
"version": "1.23.0",
44
"author": "qianmoQ <[email protected]>",
55
"description": "Full platform database management tool, supports ClickHouse, Presto, Trino, MySQL, PostgreSQL...",
66
"github": "https://github.com/EdurtIO/dbm.git",

0 commit comments

Comments
 (0)