Skip to content

Commit da22e8b

Browse files
authored
chore: prepare for release v0.7.3 (#36)
* chore: prepare for release v0.7.3 * build: upgrade the community version of TDengine * build: save the installation package address in the environment variable * build: assign of installation package address
1 parent 60d77d0 commit da22e8b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ jobs:
104104
cd ~/.tdengine-cache
105105
arch="${{ matrix.arch }}"
106106
version="${{ steps.get_td_version.outputs.version }}"
107-
tdengine_server="${{ secrets.TDENGINE_SERVER_URL }}"
107+
# tdengine_server="${{ secrets.TDENGINE_SERVER_URL }}"
108+
tdengine_server="http://192.168.1.131/data/nas/TDengine"
108109
109110
if [ "${{ runner.os }}" = "Linux" ]; then
110111
pkg="tdengine-tsdb-enterprise-${version}-linux-${arch}.tar.gz"
@@ -132,7 +133,7 @@ jobs:
132133
ls -al
133134
134135
elif [ "${{ runner.os }}" = "macOS" ]; then
135-
version="3.3.8.1"
136+
version="3.3.8.4"
136137
pkg="tdengine-tsdb-oss-${version}-macos-${arch}.pkg"
137138
138139
# Clean up old packages
@@ -184,6 +185,7 @@ jobs:
184185
taos -V
185186
186187
elif [ "${{ runner.os }}" = "macOS" ]; then
188+
version="3.3.8.4"
187189
pkg="tdengine-tsdb-oss-${version}-macos-${arch}.pkg"
188190
pwd
189191
ls -al

src/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#pragma once
2-
#define TAOSGEN_VERSION "0.7.2"
2+
#define TAOSGEN_VERSION "0.7.3"

0 commit comments

Comments
 (0)