Skip to content

Commit

Permalink
Fix version and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ authored Sep 17, 2022
1 parent fb74870 commit 9cfa8be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Publish New Release

on:
pull_request:
branch:
- 'master'
types: [ closed ]
push
# pull_request:
# branch:
# - 'master'
# types: [ closed ]

jobs:
release:
Expand All @@ -13,6 +14,8 @@ jobs:

- name: Checkout
uses: actions/checkout@master
with:
node-version: 16

- name: Read package.json
id: package-version
Expand Down Expand Up @@ -41,6 +44,8 @@ jobs:

- name: Checkout
uses: actions/checkout@master
with:
node-version: 16

- name: Build
uses: actions/setup-node@master
Expand Down Expand Up @@ -105,6 +110,8 @@ jobs:

- name: Build
uses: actions/setup-node@master
with:
node-version: 16
- run: npm cache clear --force
- run: npm install yarn --legacy-peer-deps
- run: yarn add ajv-formats
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dbm",
"version": "1.23.0-SNAPSHOT",
"version": "1.23.0",
"author": "qianmoQ <shicheng@ttxit.com>",
"description": "Full platform database management tool, supports ClickHouse, Presto, Trino, MySQL, PostgreSQL...",
"github": "https://github.com/EdurtIO/dbm.git",
Expand Down

0 comments on commit 9cfa8be

Please sign in to comment.