diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c6663b8..e00b6bb 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
- name: Mvn project version
id: version
- run: echo "version=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)" >> "GITHUB_OUTPUT"
+ run: echo "version=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_OUTPUT
- name: Build and push
uses: docker/build-push-action@v4
diff --git a/openapi.yaml b/openapi.yaml
index cf69ccc..16b4105 100644
--- a/openapi.yaml
+++ b/openapi.yaml
@@ -5,7 +5,7 @@ info:
license:
name: MIT
url: https://github.com/tiki/l0-index/blob/main/LICENSE
- version: 1.0.1
+ version: 1.0.2
servers:
- url: https://index.l0.mytiki.com
paths:
diff --git a/pom.xml b/pom.xml
index 769e35a..1c45004 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
com.mytiki
l0_index
- 1.0.1
+ 1.0.2
jar
L0 Index