From f8edbba7a2ab1ad0ef632382e5787b3f7e7b629a Mon Sep 17 00:00:00 2001 From: Mike Audi Date: Sat, 1 Apr 2023 01:01:02 -0500 Subject: [PATCH 1/2] fix: github output --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 9574b368bd77df3f5cae5fbb3a64d1ad1561f0ec Mon Sep 17 00:00:00 2001 From: GH Action Date: Sat, 1 Apr 2023 06:03:00 +0000 Subject: [PATCH 2/2] version bump --- openapi.yaml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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