File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ name: Cloud Storage Unit tests
2
2
3
3
on :
4
4
pull_request :
5
+ branches :
6
+ - master
7
+ - " release/v[0-9]+.[0-9]+"
5
8
push :
6
9
branches :
7
10
- master
11
+ - " release/v[0-9]+.[0-9]+"
8
12
9
13
jobs :
10
14
build :
Original file line number Diff line number Diff line change 1
1
name : jcloud Release
2
2
3
3
on :
4
- release :
5
- types : [published]
4
+ push :
5
+ tags :
6
+ - " v[0-9]+.[0-9]+.[0-9]+.*"
7
+
6
8
jobs :
7
9
upload :
8
10
name : Upload Release files
18
20
- name : Login streamnative docker hub
19
21
run : docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD }}"
20
22
23
+ - name : Set project version
24
+ run : |
25
+ project_version=${GITHUB_REF#refs/tags/v}
26
+ echo "set project_version: $project_version"
27
+ ./scripts/set-project-version.sh $project_version
28
+
21
29
- name : build
22
30
run : |
23
31
version=`./scripts/get-version.sh`
Original file line number Diff line number Diff line change 30
30
31
31
<groupId >io.streamnative.ecosystem</groupId >
32
32
<artifactId >pulsar-io-cloud-storage</artifactId >
33
- <version >2.9.0-rc-202110221101 </version >
33
+ <version >0.0.1 </version >
34
34
<name >Pulsar Ecosystem :: IO Connector :: Cloud Storage Project</name >
35
35
<description >Cloud Storage Connector integrates Apache Pulsar with Cloud Storage.</description >
36
36
48
48
<jackson .version>2.13.2</jackson .version>
49
49
<jackson-databind .version>2.13.4.2</jackson-databind .version>
50
50
<lombok .version>1.18.32</lombok .version>
51
- <pulsar .version>4.0.0.8 </pulsar .version>
51
+ <pulsar .version>4.0.1.4 </pulsar .version>
52
52
<avro .version>1.11.4</avro .version>
53
53
<hadoop .version>3.3.6</hadoop .version>
54
54
<parquet .version>1.13.1</parquet .version>
You can’t perform that action at this time.
0 commit comments