Skip to content

Commit e67abbe

Browse files
committed
Fixed version and yq command
1 parent 774ed4f commit e67abbe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ jobs:
7272
tag: ${{ github.ref }}
7373
overwrite: true
7474

75+
- name: Set up yq
76+
run: |
77+
sudo wget https://github.com/mikefarah/yq/releases/download/v4.6.0/yq_linux_amd64 -O /usr/bin/yq
78+
sudo chmod +x /usr/bin/yq
79+
yq --help
80+
7581
- name: Login to GitHub Packages Docker Registry
7682
uses: docker/login-action@v1
7783
with:

java-proxy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>io.streamnative.function.mesh.proxy</groupId>
2828
<artifactId>java-proxy</artifactId>
29-
<version>1.0-SNAPSHOT</version>
29+
<version>v0.1.3</version>
3030

3131
<properties>
3232
<pulsar.version>2.8.0-rc-202103292206</pulsar.version>

0 commit comments

Comments
 (0)