From b7621b63226198a3a62844f49e29ab41eae2c05d Mon Sep 17 00:00:00 2001 From: George Thomas Shanti Date: Mon, 4 Sep 2023 16:51:47 +0530 Subject: [PATCH] Changes format of version --- .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 39916b3..3e50a5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Build and publish the Java SDK on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+*' # v0.0.1 - this syntax of tags is supported + - '[0-9]+.[0-9]+.[0-9]+*' # 0.0.1 - this syntax of tags is supported jobs: build-and-publish-java-sdk: