We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774ed4f commit e67abbeCopy full SHA for e67abbe
.github/workflows/release.yml
@@ -72,6 +72,12 @@ jobs:
72
tag: ${{ github.ref }}
73
overwrite: true
74
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
+
81
- name: Login to GitHub Packages Docker Registry
82
uses: docker/login-action@v1
83
with:
java-proxy/pom.xml
@@ -26,7 +26,7 @@
26
27
<groupId>io.streamnative.function.mesh.proxy</groupId>
28
<artifactId>java-proxy</artifactId>
29
- <version>1.0-SNAPSHOT</version>
+ <version>v0.1.3</version>
30
31
<properties>
32
<pulsar.version>2.8.0-rc-202103292206</pulsar.version>
0 commit comments